pyerrors/tests
Fabian Joswig 839d9214ed
Improved prior fit (#161)
* refactor: merged combined fit and prior fit without breaking the
routine. Fitting with priors does not work yet.

* refactor: correlated fits without priors work now.

* refactor: prior error propagation and dof fixed.

* refactor: old prior fit implementation moved to tests.

* refactor: moved _extract_val_and_dval out of least_squares.

* refactor: comment removed.

* tests: additional tests and exceptions added.

* tests: test for constrained prior fit added.

* docs: least_squares docstring extended.

* fix: linting errors fixed.

* feat: additional if cause for fits without priors added to achieve
original speed.

* tests: test_constrained_and_prior_fit fixed.

* fix: fix array cast of least_squares dict mode.

* tests: test for lists in dict fit added.

* fix: additional asarray added in resplot.

Co-authored-by: Simon Kuberski <simon.kuberski@uni-muenster.de>
2023-03-07 16:15:16 +00:00
..
data Impr/refactor find files (#151) 2023-02-08 14:52:29 +00:00
benchmark_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
correlators_test.py fix: Corr.symmetric can now deal with None entries. (#145) 2023-01-16 16:10:19 +00:00
covobs_test.py feat: computation of _covariance_element optimized, visualize option 2022-03-01 15:34:53 +00:00
dirac_test.py test: tests for epsilon tensors extended 2021-12-23 12:06:28 +01:00
fits_test.py Improved prior fit (#161) 2023-03-07 16:15:16 +00:00
json_io_test.py dobs: Zeros are written if config is not part of the Obs, these are ignored on input 2023-02-02 15:31:46 +01:00
linalg_test.py feat: removed attribute is_merged. 2023-01-06 13:34:26 +01:00
misc_test.py tests: additional tests for generalization of misc.errorbar added. 2023-01-18 17:01:37 +00:00
mpm_test.py test: mpm and corr dump test extended 2021-12-23 14:56:49 +01:00
obs_test.py Improved prior fit (#161) 2023-03-07 16:15:16 +00:00
openQCD_in_test.py Impr/refactor find files (#153) 2023-02-17 11:51:00 +00:00
pandas_test.py refactor: pandas.read_sql_query renamed to read_sql and can now also 2022-07-05 13:31:41 +01:00
roots_test.py test: test for multi parameter foot feature added. 2023-01-10 10:27:56 +00:00
sfcf_in_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00