Skip to content

Commit

Permalink
Remove unnecessary input
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Feb 27, 2023
1 parent da7bf95 commit 844abb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/tutorial_fast_hymod.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"""

import numpy as np

import spotpy
from spotpy.examples.spot_setup_hymod_python import spot_setup
# from spotpy.examples.spot_setup_rosenbrock import spot_setup

if __name__ == "__main__":
parallel = "seq"
Expand Down

0 comments on commit 844abb7

Please sign in to comment.