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
Revert "Merge pull request #610 from DataIntegrationGroup/jab-bdms-626-mp-height"
- This revert removes the conflict check between mp_height and measuring_point_height_ft
- Removes the requirement that one of those heights be present for non-null DTW observations
- Removes the importer’s use of the merged universal_mp_height logic
- Removes all of the new mp-height-specific tests
- This reverts commit 6fe2bc1, reversing
changes made to 6fb61cf.
"""When depth to water is provided and measuring_point_height_ft is blank the mp_height value should be used for the thing's (MeasuringPointHistory) and observation's measuring_point_height."""
569
-
row=_minimal_valid_well_inventory_row()
570
-
row.update(
571
-
{
572
-
"measuring_point_height_ft": "",
573
-
"water_level_date_time": "2025-02-15T10:30:00",
574
-
"depth_to_water_ft": "8",
575
-
"sample_method": "Steel-tape measurement",
576
-
"data_quality": "Water level accurate to within two hundreths of a foot",
"""When depth to water is not provided (ie null), blank measuring_point_height_ft and mp_height fields should be allowed and result in a null measuring_point_height for the observation and no associated measuring point height (MeasuringPointHistory) for the well."""
603
-
row=_minimal_valid_well_inventory_row()
604
-
row.update(
605
-
{
606
-
"measuring_point_height_ft": "",
607
-
"water_level_date_time": "2025-02-15T10:30:00",
608
-
"depth_to_water_ft": "",
609
-
"sample_method": "Steel-tape measurement",
610
-
"data_quality": "Water level accurate to within two hundreths of a foot",
0 commit comments