Skip to content

Commit

Permalink
DfsFile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperGr committed Sep 9, 2024
1 parent 5795139 commit 8b9b8e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mikecore/DfsFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -1397,6 +1397,7 @@ def ToEumAxisUnit(eumUnitInt: int):
spatial_axis_unit = eumUnit(eumUnitInt)
except:
spatial_axis_unit = eumUnit.eumUmeter
return spatial_axis_unit

@staticmethod
def GetDfsType(arrayData):
Expand Down
2 changes: 1 addition & 1 deletion tests/test_run_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#dfs2_tests.test_CreateOresundBathy900Test()
##dfs2_tests.test_ModifyAxisTest()
##dfs2_tests.test_ModifyLanduseItemInfoTest()
dfs2_tests.test_ModifyLanduseDataTest()
#dfs2_tests.test_ModifyLanduseDataTest()

#print("-- dfs3 tests ------------------------------------")
#dfs3_tests = tests.test_dfs3.Dfs3Tests()
Expand Down

0 comments on commit 8b9b8e6

Please sign in to comment.