pyerrors/pyerrors
Justus Kuhlmann 41fec09816
Impr/fix refactor sfcf read (#164)
* refactor read_sfcf

* adding tests for find_corr and read_compact_file

* add necessary broken data for tests

* fixed appended mode reading

* factored out sort_names and find_files

* now also using sort_files in sfcf.py

* edited tests to fit with new structure

* added find_files function

* shifted helpfunctions to bottom of file

* removed some debug lines

* linting

* Fixed requested changes, added silent mode

* added Exception if correlator is not found by read_append_rep

* use tmp_path fixture

* linting silent keyword

* try to fix testing for a_bb

* tests: Exception testing in test_find_corr made more explicit.

---------

Co-authored-by: Fabian Joswig <fabian.joswig@ed.ac.uk>
2023-03-15 17:46:12 +00:00
..
input Impr/fix refactor sfcf read (#164) 2023-03-15 17:46:12 +00:00
__init__.py docs: image resized. 2023-03-13 16:34:01 +00:00
correlators.py refactor: _standard_fit method made redundant. (#154) 2023-03-01 10:00:35 +00:00
covobs.py feat: Check for symmetry and positive-semidefiniteness of covariance matrices in the initialization of covobs 2022-02-25 17:39:49 +01:00
dirac.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
fits.py refactor: unnecessary line in fit parameter detection removed. 2023-03-14 09:50:35 +00:00
linalg.py fix: Exception added for cholesky decomposition of complex matrices. 2022-05-12 15:15:57 +01:00
misc.py feat: system added to print_config. 2023-03-11 21:31:21 +00:00
mpm.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
obs.py chore: Exceptions in Obs.__init__ made more explicit. 2023-03-02 18:54:08 +00:00
roots.py better docstrings (#144) 2023-01-16 14:57:22 +00:00
version.py feat: print_config moved to misc. 2023-03-11 21:22:03 +00:00