issues
search
FZJ-IEK3-VSA
/
HiSim
HiSim - House Infrastructure Simulator
MIT License
30
stars
14
forks
source link
Improve lpg and generic car
#335
Closed
k-rieck
closed
4 months ago
k-rieck
commented
5 months ago
Problem was:
all system setups that use generic_car.py component used a certain clean_up_old_result_files() function
there was no caching for utsp car and flexibility data which is needed when running many requests simultaneously
Solution:
add car and flexibility data to LPG cache files
add a dataclass car_information to generic_car.py module that takes the car data from occupancy
generic car component is then initialized with this car information
Problem was:
Solution: