Remove uninteded Lines, add results
This commit is contained in:
parent
97c122fd2f
commit
ef164ac0aa
5 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
BIN
coke.history2
Normal file
BIN
coke.history2
Normal file
Binary file not shown.
BIN
gas.history2
Normal file
BIN
gas.history2
Normal file
Binary file not shown.
BIN
oven.state2
Normal file
BIN
oven.state2
Normal file
Binary file not shown.
BIN
wall.history2
Normal file
BIN
wall.history2
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue