Skip to content

Commit

Permalink
Merge pull request #44 from aquacropos/compile-patch
Browse files Browse the repository at this point in the history
Update solution.py
  • Loading branch information
thomasdkelly authored Feb 10, 2022
2 parents 0240f0f + 19203cc commit 66757c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions aquacrop/solution.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
]

# Cell
if __name__ == "__main__":
try:
from classes import *
else:
except:
from .classes import *

import numpy as np
Expand Down
2 changes: 1 addition & 1 deletion settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ author = Tom Kelly
author_email = [email protected]
copyright = Tom Kelly
branch = master
version = 1.0.1
version = 1.0.2
min_python = 3.6
audience = Developers
language = English
Expand Down

0 comments on commit 66757c8

Please sign in to comment.