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
Describe the bug
It looks like the CSV files use "Exposure" for "System Exposure (1.0.0)" and "Automatable" for "Virulence (1.0.0)" in the way the JSON decision points are in json/decision_points folder
To Reproduce
I discovered this when trying to automate the CSV files and map them to JSON Decision Points and Decision Point Groups. We should probably rename and label them consistently. there may be other decision points that I have not run through yet.
The text was updated successfully, but these errors were encountered:
Those were the names the decision points had at the time they were created. The choice was to either create separate python modules which would then be abandoned since we stopped using those decision points, or to include them in the modules they currently live in. The latter choice allows us to make it obvious that "Exposure" is an earlier version of "System Exposure" and that "Virulence" is an earlier version of "Automatable" even though their names changed.
Describe the bug
It looks like the CSV files use "Exposure" for "System Exposure (1.0.0)" and "Automatable" for "Virulence (1.0.0)" in the way the JSON decision points are in json/decision_points folder
To Reproduce
I discovered this when trying to automate the CSV files and map them to JSON Decision Points and Decision Point Groups. We should probably rename and label them consistently. there may be other decision points that I have not run through yet.
The text was updated successfully, but these errors were encountered: