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
In replace_zeros_with_null_in_measurement.py there is no version argument as is mentioned in the guide:
To identify measurements with value 0 that should be null and replace them with null, first get a preliminary version of the reference ranges by running python3 replace_zeros_with_null_in_measurement.py --create_table=range_{direction} --version=[int] to produce cdm_measurement_aux.measurement_{direction}_references, a table with the most likely reference range for each measurement concept. Set {direction} to low and high.
The text was updated successfully, but these errors were encountered:
In
replace_zeros_with_null_in_measurement.py
there is no version argument as is mentioned in the guide:The text was updated successfully, but these errors were encountered: