Skip to content

Commit

Permalink
Fix black code style errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thouska committed Sep 8, 2022
1 parent c297906 commit 3e9211f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tutorials/getting_started.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
if __name__ == "__main__":
# Give Monte Carlo algorithm the example setup and saves results in a
# RosenMC.csv file
sampler = spotpy.algorithms.mc(spot_setup(), dbname="RosenMC",
dbformat="ram")
sampler = spotpy.algorithms.mc(spot_setup(), dbname="RosenMC", dbformat="ram")

# Now we can sample with the implemented Monte Carlo algortihm:
sampler.sample(50000) # Sample 50.000 parameter combinations
Expand Down

0 comments on commit 3e9211f

Please sign in to comment.