* [Fix] Fix test for membership should be 'not in' (E713)
* [Fix] Fix module imported but unused (F401)
* [Fix] More precise Exception types in dirac, obs and correlator
* fix: String conversion of Obs can now handle a dvalue that is NaN or inf
* Feat: Added extraction of w0/a from openQCD files
* Removed unnecessary round in w0 routine
* Improved error handling in fit_t0
* Allowed to change the reference flow time in t0 and w0 determinations.
* Added doc string to fit_t0
* feat: first version of read flow observables for new hadrons module.
* feat: refactored t0 fit in seperate function and added extract_t0_hd5 to
hadrons submodule.
* 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>
* wrote small test for ms5_xsf read method
* small bug in ms5_xsf found
* first version of refactoring with test
* built _find_files into openQCD module
* postfix can now be used as before
* altered test data to be smaller
* read_rwms throws better Exception now
* typo corrected
* better tests for postfixes, also added similar solution for ext variable
* added method to sort names of files and replica better
* wrote small test for ms5_xsf read method
* small bug in ms5_xsf found
* first version of refactoring with test
* built _find_files into openQCD module
* postfix can now be used as before
* altered test data to be smaller
* read_rwms throws better Exception now
* typo corrected
* better tests for postfixes, also added similar solution for ext variable
* first example of returns statement in docstring
* added a some return statements for pandas API
* last return statements in pandas input
* added returns to bdio docstrings
* few returns statements added to docstring
* finished docstrings for hadrons submodule
* also finished docstrings for json submodule
* finished misc submodule
* added returns in docstrings in openqQCD
* made some cosmetic chanes to dostrings
* added return nad return statement in docstring
* linting
* Improved docstrings of mpm, fits, roots, misc to have return statements
returns added for misc.py
returns added for mpm.py
reutrns added for fits.py
* linting...
* Some polishing of docstrings