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
The documentation here is confusing for the components argument to make_output_path. An example would be extremely helpful. Digging into the code for 20 minutes, I still couldn't figure out what the format of this is supposed to be.
If I pass in any old dictionary, e.g. {"asn_id":"foo", "slit_name":"bar"} it seems to interpret that as a string literal.
There is also no example making use of the components keyword argument in the docs here.
The text was updated successfully, but these errors were encountered:
Thanks @stscieisenhamer. I think part of my confusion was coming from usage of functools.partial operating on the components kwargs of make_output_path upstream of where I got confused, which is my fault. However I still think some additional documentation and examples would be helpful
The documentation here is confusing for the
components
argument tomake_output_path
. An example would be extremely helpful. Digging into the code for 20 minutes, I still couldn't figure out what the format of this is supposed to be.If I pass in any old dictionary, e.g.
{"asn_id":"foo", "slit_name":"bar"}
it seems to interpret that as a string literal.There is also no example making use of the
components
keyword argument in the docs here.The text was updated successfully, but these errors were encountered: