jxing 5 years ago
parent
commit
f7a067ec3e
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/level/check_level.py

+ 2 - 0
src/level/check_level.py

@@ -119,6 +119,8 @@ def check_level_reasonable(model_list, level_data):
             floor_row['error'] = None
             floor_row['error'] = None
         if model_id in elevations:
         if model_id in elevations:
             floor_row['elevation'] = elevations[model_id]
             floor_row['elevation'] = elevations[model_id]
+        else:
+            floor_row['elevation'] = None
     if len(error) == 0:
     if len(error) == 0:
         return True
         return True
     return False
     return False