Age | Commit message (Expand) | Author | Lines |
---|---|---|---|
2020-07-06 | Move ParamFit, PTAModel, AnalyticModel to model.py module | Daniel Friesel | -3/+3 |
2020-07-06 | make test_parameters work with NumPy <= 1.16 | Daniel Friesel | -5/+10 |
2020-07-03 | Add param test for inter-param dependency | Daniel Friesel | -16/+18 |
2020-07-03 | Add more complex parameter modeling tests | Daniel Friesel | -0/+127 |
2020-07-03 | AnalyticFunction: Remove _ prefix from public attributes | Daniel Friesel | -1/+1 |
2020-07-03 | test_parameters: Test function generation | Daniel Friesel | -2/+44 |
2020-07-03 | move get_fit_result to ParamFit class | Daniel Friesel | -1/+1 |
2020-07-03 | add a linear ParamFit test | Daniel Friesel | -0/+52 |