1
0
Fork 0

remove now useless file

This commit is contained in:
Lukas Winkler 2019-08-06 14:41:13 +02:00
parent 01c5b761e9
commit 158f761b6a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -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)