Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When fitting extra frequencies, don't forget the uncertainties.
If you manipulate an ArrayQuantity.value_si array without also changing the uncertainty array then you can end up with arrays of different sizes, which causes a problem when you pickle them and unpickle them (eg. write and load a restart file). Hopefully addresses #114
- Loading branch information