This commit is contained in:
Markus 2019-02-18 10:28:51 -03:00
parent ffd90b9ecd
commit 2c4b775d86
4 changed files with 89 additions and 1803 deletions

File diff suppressed because it is too large Load Diff

View File

@ -98,14 +98,14 @@ genesis_states = {
's2': Decimal(0.0),
's3': Decimal(1.0),
's4': Decimal(1.0),
'timestep': '2018-10-01 15:16:24'
# 'timestep': '2018-10-01 15:16:24'
}
raw_exogenous_states = {
"s3": es3p1,
"s4": es4p2,
"timestep": es5p2
# "timestep": es5p2
}
@ -121,7 +121,7 @@ partial_state_update_block = {
"b1": p1m1,
"b2": p2m1
},
"states": {
"variables": {
"s1": s1m1,
"s2": s2m1
}
@ -131,7 +131,7 @@ partial_state_update_block = {
"b1": p1m2,
"b2": p2m2
},
"states": {
"variables": {
"s1": s1m2,
"s2": s2m2
}
@ -141,7 +141,7 @@ partial_state_update_block = {
"b1": p1m3,
"b2": p2m3
},
"states": {
"variables": {
"s1": s1m3,
"s2": s2m3
}
@ -163,5 +163,5 @@ append_configs(
seeds=seeds,
raw_exogenous_states=raw_exogenous_states,
env_processes=env_processes,
partial_state_updates=partial_state_update_block
partial_state_update_blocks=partial_state_update_block
)

View File

@ -97,14 +97,14 @@ genesis_states = {
's2': Decimal(0.0),
's3': Decimal(1.0),
's4': Decimal(1.0),
'timestep': '2018-10-01 15:16:24'
# 'timestep': '2018-10-01 15:16:24'
}
raw_exogenous_states = {
"s3": es3p1,
"s4": es4p2,
"timestep": es5p2
# "timestep": es5p2
}
@ -120,7 +120,7 @@ partial_state_update_block = {
"b1": p1m1,
# "b2": p2m1
},
"states": {
"variables": {
"s1": s1m1,
# "s2": s2m1
}
@ -130,7 +130,7 @@ partial_state_update_block = {
"b1": p1m2,
# "b2": p2m2
},
"states": {
"variables": {
"s1": s1m2,
# "s2": s2m2
}
@ -140,7 +140,7 @@ partial_state_update_block = {
"b1": p1m3,
"b2": p2m3
},
"states": {
"variables": {
"s1": s1m3,
"s2": s2m3
}
@ -162,5 +162,5 @@ append_configs(
seeds=seeds,
raw_exogenous_states=raw_exogenous_states,
env_processes=env_processes,
partial_state_updates=partial_state_update_block
partial_state_update_blocks=partial_state_update_block
)

View File

@ -114,7 +114,7 @@ genesis_states = {
's2': Decimal(0.0),
's3': Decimal(1.0),
's4': Decimal(1.0),
'timestep': '2018-10-01 15:16:24'
# 'timestep': '2018-10-01 15:16:24'
}
@ -122,7 +122,7 @@ genesis_states = {
raw_exogenous_states = {
"s3": es3p1,
"s4": es4p2,
"timestep": es5p2
# "timestep": es5p2
}
@ -149,7 +149,7 @@ partial_state_update_block = {
"b1": p1m1,
"b2": p2m1
},
"states": {
"variables": {
"s1": s1m1,
"s2": s2m1
}
@ -159,7 +159,7 @@ partial_state_update_block = {
"b1": p1m2,
"b2": p2m2,
},
"states": {
"variables": {
"s1": s1m2,
"s2": s2m2
}
@ -169,7 +169,7 @@ partial_state_update_block = {
"b1": p1m3,
"b2": p2m3
},
"states": {
"variables": {
"s1": s1m3,
"s2": s2m3
}
@ -192,5 +192,5 @@ append_configs(
seeds=seeds,
raw_exogenous_states=raw_exogenous_states,
env_processes=env_processes,
partial_state_updates=partial_state_update_block
partial_state_update_blocks=partial_state_update_block
)