You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you report a tuple to a file backend and then try to re-use that same results file (to report more results), pipestat will fail (well, the yaml constructor.py library throws an error) during the loading of the result files:
yaml.constructor.ConstructorError: could not determine a constructor for the tag 'tag:yaml.org,2002:python/tuple'
in "<unicode string>", line 8, column 17:
bed_type: !!python/tuple
How my data appears (it is human readable, I would think it should be machine readable):
If you report a tuple to a file backend and then try to re-use that same results file (to report more results), pipestat will fail (well, the yaml constructor.py library throws an error) during the loading of the result files:
How my data appears (it is human readable, I would think it should be machine readable):
Obviously, a workaround would be to simply take the values from the tuple and place them in some other form,e.g. two separate strings or a list.
However, I wanted this reporting to be as simple and convenient as possible.
The text was updated successfully, but these errors were encountered: