Skip to content
Snippets Groups Projects
Commit df1c3811 authored by David Hendriks's avatar David Hendriks
Browse files

removed the print statement

parent 037c277d
No related branches found
No related tags found
No related merge requests found
......@@ -951,7 +951,6 @@ class Population:
# Has to be here because this one is used for the (localcounter+ID) % (self..)
localcounter += 1
round_number_mod = (localcounter+1)%self.grid_options["amt_cores"]
print("round nr: ",round_number_mod)
# Handle ensemble output: is ensemble==1, then either directly write that data to a file, or combine everything into 1 file.
ensemble_json = {} # Make sure it exists already
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment