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 workflow parameter can be given as anything, and will be directly inserted into outgoing metadata. However, it shall be an object and there are also snippets in the code that suggests that object (dict) is enforced.
...but actual behavior is that if a string is given as an argument, the string is carried through fmu-dataio into the outgoing metadata where it is still a string.
The workflow parameter can be given as anything, and will be directly inserted into outgoing metadata. However, it shall be an object and there are also snippets in the code that suggests that object (dict) is enforced.
String input is expected:
fmu-dataio/src/fmu/dataio/dataio.py
Line 95 in 081f586
Dictionary is made:
fmu-dataio/src/fmu/dataio/dataio.py
Line 245 in 081f586
...but actual behavior is that if a string is given as an argument, the string is carried through fmu-dataio into the outgoing metadata where it is still a string.
Needs some investigation.
Also, there is a typo here that should be fixed:
fmu-dataio/src/fmu/dataio/dataio.py
Line 246 in 081f586
*reference
The text was updated successfully, but these errors were encountered: