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
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
Currently "u" in ingested RawDataset json is treated as a unit, even if it is a dictionary i.e. a JS object.
Our users often use u to denote the chi angle position. It would be good to check if "u" is a dictionary or a string and treat it as a unit only if it is a string.
Steps to Reproduce
ingest scientificMetadata containing
{
"u":
{
"value": 12.323,
"unit": "deg"
}
}
Current Behaviour
All 'u' are treated as units and unitSI is added with a weird content e.g.
Expected Behaviour
It would be good to check if "u" is a dictionary or a string and treat it as a unit only if it is a string.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Summary
Currently
"u"
in ingested RawDataset json is treated as a unit, even if it is a dictionary i.e. a JS object.Our users often use
u
to denote thechi
angle position. It would be good to check if "u" is a dictionary or a string and treat it as a unit only if it is a string.Steps to Reproduce
ingest scientificMetadata containing
Current Behaviour
All 'u' are treated as units and
unitSI
is added with a weird content e.g.Expected Behaviour
It would be good to check if "u" is a dictionary or a string and treat it as a unit only if it is a string.
The text was updated successfully, but these errors were encountered: