From 3e9211f5045059874a78e07e2b352204f24cdb42 Mon Sep 17 00:00:00 2001 From: thouska Date: Thu, 8 Sep 2022 11:41:55 +0200 Subject: [PATCH] Fix black code style errors --- tutorials/getting_started.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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