diff --git a/tutorials/getting_started.py b/tutorials/getting_started.py index 118f02d6..fe2a138a 100644 --- a/tutorials/getting_started.py +++ b/tutorials/getting_started.py @@ -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