Kitware / flow

Full data science workflows on the web
http://resonant-flow.readthedocs.org
Apache License 2.0
20 stars 15 forks source link

New format problem - tables and trees don't work in analyses #174

Closed curtislisle closed 8 years ago

curtislisle commented 8 years ago

Could something unfortunate have happened in the format alignment work recently?

I have two separate Flow instances created recently. Both of them return ":Operation Failed. 'format'" when I try to access a tree or a table. For example, the pass through operations:

'outtable = table' using table:rows input and output returns a format error. Similarly,

'outtree = tree' using tree:nested returns a format error.

These analyses were built using the Flow interface

curtislisle commented 8 years ago

this has been fixed by @danlamanna in PR #175 so closing this issue