Commit some outstanding changes. Add TODO for cleanup.
This commit is contained in:
parent
200f2a3ede
commit
8fe7b0ea04
12 changed files with 114 additions and 35 deletions
|
|
@ -62,9 +62,9 @@ if __name__ == "__main__":
|
|||
|
||||
print('loading model...')
|
||||
port_m_rt_initial = loader.parse_and_check(state,
|
||||
m_cs=models.port_rt_m_cs, # <-- your final solution should work with the full model
|
||||
# m_cs=models.port_rt_m_cs, # <-- your final solution should work with the full model
|
||||
# m_cs=models.smaller_model_rt_cs, # <-- simpler model to try first
|
||||
# m_cs=models.smaller_model2_rt_cs, # <-- simpler model to try first
|
||||
m_cs=models.smaller_model2_rt_cs, # <-- simpler model to try first
|
||||
mm=merged_mm,
|
||||
descr="initial model",
|
||||
check_conformance=False, # no need to check conformance every time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue