Commit 0da92a7d authored by Leon Pyka's avatar Leon Pyka
Browse files

hard coding offset: input does not work on cluster

parent 86b2a332
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -68,9 +68,7 @@ def run_a_simulation_fuse(seed, offset):
    return (network_descriptor_dict, simdata_dict, simulation.simulationname, simulation.simulationdoc)

if __name__=="__main__":
    offset = input("Offset: ")
    list_of_seeds =  []
    if offset == "": 
    offset = 2
    for seed in range(1000, 1050):
        list_of_seeds.append(seed)