remove now useless file
This commit is contained in:
parent
01c5b761e9
commit
158f761b6a
1 changed files with 0 additions and 14 deletions
14
inspect.py
14
inspect.py
|
@ -1,14 +0,0 @@
|
|||
"""
|
||||
Just a demo file on how to quickly read the dataset
|
||||
"""
|
||||
|
||||
from simulation_list import SimulationList
|
||||
|
||||
simlist = SimulationList.jsonlines_load()
|
||||
|
||||
for s in simlist.simlist:
|
||||
if s.type == "original" or s.runid != 223:
|
||||
continue
|
||||
print(vars(s))
|
||||
if s.water_retention_both < 0:
|
||||
print(s.runid)
|
Reference in a new issue