diff --git a/Battery.py b/Battery.py index d471055..b79ab6a 100644 --- a/Battery.py +++ b/Battery.py @@ -306,7 +306,6 @@ class Battery: # Recover Chamber State for chmbr, T1 in zip(self.chambers, latest_chamber[1]): chmbr.T1 = T1 - (wl.T_chamber, wl.T_internal.data, wl.T_oven, wu.T_oven, wu.T_internal.data, wu.T_chamber) # Recover Wall State for wl, wu, wallT in zip(self.walls_0, self.walls_1, latest_wall[1]): @@ -595,7 +594,7 @@ if __name__ == "__main__": charging_plan = ChargeSchedule( 81, 9, 9, 1e-12, 24+13, 3, 1e-12 ) n_doors = 66 - load_state = False + load_state = True bat3A = Battery("3A", n_doors, heating_plan, charging_plan, gas_in_state, hv, init_from_file=load_state) if not load_state: diff --git a/coke.history2 b/coke.history2 new file mode 100644 index 0000000..99c4da4 Binary files /dev/null and b/coke.history2 differ diff --git a/gas.history2 b/gas.history2 new file mode 100644 index 0000000..e7cbce7 Binary files /dev/null and b/gas.history2 differ diff --git a/oven.state2 b/oven.state2 new file mode 100644 index 0000000..c496a66 Binary files /dev/null and b/oven.state2 differ diff --git a/wall.history2 b/wall.history2 new file mode 100644 index 0000000..799d736 Binary files /dev/null and b/wall.history2 differ