Skip to content

Commit

Permalink
reorganize for python packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hamill committed Jan 10, 2023
1 parent 2f745d9 commit 2fce4a7
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/test.py → move3/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def test_move1(self):
shortPath = '/LITTLE WHITE SALMON RIVER/COOK, WA/FLOW//1DAY/USGS/'
longPath = '/WIND RIVER/CARSON, WA/FLOW//1DAY/USGS/'
extendPath = '/LITTLE WHITE SALMON RIVER/COOK, WA/FLOW//1DAY/USGS-EXTENDED_CARSON/'
dssFile = r'data\MOVE1_testData.dss'
dssFile = r'move3\data\MOVE1_testData.dss'

shortData = self.getDSSdata(
shortPath,
Expand Down

0 comments on commit 2fce4a7

Please sign in to comment.