In the PR #156 we made some improvements to the MultiCAM algorithm. It would be great to propagate that to the main branch. Probably in a separate PR. This also made me realize that there is a lot of confusing and useless code in models.py so it would be good to consolidate and avoid future headaches.
[x] copy multicam model changes to another PR
[x] remove extraneous code and unused models
[x] rerun paper figures and check all are consistent with old
[x] add minimal notebook with diagnostics tests we have been running
In the PR #156 we made some improvements to the MultiCAM algorithm. It would be great to propagate that to the
main
branch. Probably in a separate PR. This also made me realize that there is a lot of confusing and useless code inmodels.py
so it would be good to consolidate and avoid future headaches.