format code
This commit is contained in:
parent
648f4f88a1
commit
6f729498b9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ for set_type, directories in simulation_sets.items():
|
|||
sim.load_params_from_spheres_ini_log(spheres_file)
|
||||
sim.load_params_from_aggregates_txt(aggregates_file)
|
||||
sim.assert_all_loaded()
|
||||
if sim.rel_velocity<0 or sim.distance<0:
|
||||
if sim.rel_velocity < 0 or sim.distance < 0:
|
||||
print(vars(sim))
|
||||
raise ValueError("invalid aggregate data. Please rerun postprocessing")
|
||||
simulations.append(sim)
|
||||
|
|
Reference in a new issue