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

Merge branch 'population' of gitlab.eps.surrey.ac.uk:ri0005/binary_c-python into population

parents eefdcf36 9690273b
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ test_pop.set( ...@@ -113,7 +113,7 @@ test_pop.set(
res = test_pop.evolve_population_comparison( res = test_pop.evolve_population_comparison(
parse_function, amt=int(amt_systems), nodes=int(amt_nodes) parse_function, amt=int(amt_systems), nodes=int(amt_nodes)
) )
with open("comparison_result.dat", "a") as f: with open("comparison_result_{}.dat".format(name_testcase), "a") as f:
f.write(str(res) + "\n") f.write(str(res) + "\n")
......
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