jxing 5 년 전
부모
커밋
f7a067ec3e
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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
         if model_id in elevations:
             floor_row['elevation'] = elevations[model_id]
+        else:
+            floor_row['elevation'] = None
     if len(error) == 0:
         return True
     return False