Ok, now open loop is working, sc mass changed to state, and other updates

This commit is contained in:
Connor
2021-09-21 22:14:49 -06:00
parent 982440c976
commit eaae54ac59
16 changed files with 320 additions and 373 deletions

View File

@@ -2,6 +2,7 @@ stages:
- test
unit-test-job:
timeout: 2h
stage: test
script:
- apt-get update
@@ -15,4 +16,8 @@ unit-test-job:
- julia/plots/find_closest_test.html
- julia/plots/mbh_nominal.html
- julia/plots/mbh_best.html
- julia/plots/mbh_sun_initial.html
- julia/plots/mbh_sun_solved.html
- julia/plots/inner_loop_before.html
- julia/plots/inner_loop_after.html
expire_in: 1 week