Commit graph

2164 commits

Author SHA1 Message Date
fjosw
b5dd5c9f19 Documentation updated 2023-03-01 10:01:44 +00:00
fjosw
41cec9982b Merge branch 'develop' into documentation 2023-03-01 10:01:00 +00:00
Fabian Joswig
dc7033e51f
refactor: _standard_fit method made redundant. (#154)
* refactor: _standard_fit method made redundant.

* fix: xs and yz in Corr.fit promoted to arrays.

* fix: x promoted to array in _combined_fit if input is just a list.

* feat: residual_plot and qqplot now work with combined fits with
dictionary inputs.

* tests: test for combined fit resplot and qqplot added.

* docs: docstring of fits.residual_plot extended.
2023-03-01 10:00:35 +00:00
fjosw
750fc6febe Documentation updated 2023-02-28 15:47:47 +00:00
fjosw
d0485baca7 Merge branch 'develop' into documentation 2023-02-28 15:47:14 +00:00
Fabian Joswig
de35332a80
Merge pull request #157 from fjosw/fix/calc_rho_large_t
_calculate_drho for large time separations
2023-02-28 15:46:54 +00:00
Fabian Joswig
d81d6ea0b8
fix: loop range in standard windowing procedure adjusted by gapsize
- Test added

Co-authored-by: Simon Kuberski <simon.kuberski@uni-muenster.de>
2023-02-27 21:43:29 +00:00
fjosw
d9f7615c8d Documentation updated 2023-02-27 10:23:57 +00:00
fjosw
e3cf631113 Merge branch 'develop' into documentation 2023-02-27 10:23:22 +00:00
Fabian Joswig
a33c0a205a
feat: added __slots__ to Corr class. (#155) 2023-02-27 10:23:02 +00:00
Fabian Joswig
e85d7dfde6
ci: flake8 workflow made more strict again (and CONTRIBUTING.md updated.) 2023-02-26 19:08:47 +00:00
Fabian Joswig
854b46c5b4
chore: reformat in _compute_drho. 2023-02-26 18:58:54 +00:00
Fabian Joswig
8bc204fc31
tests: nan obs test added. 2023-02-26 18:56:46 +00:00
Fabian Joswig
3b773b7b52
ci: default ignore options added to flake8 workflow and CONTRIBUTING.md
updated.
2023-02-26 18:55:16 +00:00
Fabian Joswig
82adb215be
fix: _compute_drho now also works for i > w_max / 2. 2023-02-26 18:49:54 +00:00
Fabian Joswig
a2ed2653c6
ci: examples workflow now avoids matplotlib v3.7.0 which breaks import
of local style files.
2023-02-19 18:42:38 +00:00
fjosw
9a18eb95fd Documentation updated 2023-02-19 18:32:00 +00:00
fjosw
525448eaa4 Merge branch 'develop' into documentation 2023-02-19 18:31:11 +00:00
Fabian Joswig
a538be82d7
ci: example workflow fail fast false. 2023-02-19 18:30:33 +00:00
fjosw
a3972a2a23 Documentation updated 2023-02-17 11:51:53 +00:00
fjosw
39f000fc07 Merge branch 'develop' into documentation 2023-02-17 11:51:19 +00:00
Justus Kuhlmann
0bc08be634
Impr/refactor find files (#153)
* 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
2023-02-17 11:51:00 +00:00
fjosw
156a1a5eba Documentation updated 2023-02-13 16:55:27 +00:00
fjosw
85fffb84fe Merge branch 'develop' into documentation 2023-02-13 16:54:49 +00:00
Fabian Joswig
ee74ec4ed7
feat: removed computation of drho from standard windowing procedure. (#152) 2023-02-13 16:54:28 +00:00
fjosw
cb993cb92e Documentation updated 2023-02-08 14:53:27 +00:00
fjosw
5268a32522 Merge branch 'develop' into documentation 2023-02-08 14:52:47 +00:00
Justus Kuhlmann
cef3c3e793
Impr/refactor find files (#151)
* 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
2023-02-08 14:52:29 +00:00
fjosw
06968d6572 Documentation updated 2023-02-07 13:15:50 +00:00
fjosw
39f7fcf209 Merge branch 'develop' into documentation 2023-02-07 13:15:00 +00:00
Fabian Joswig
bd66075f91
build: version number bumped to 2.7.0+dev. 2023-02-07 13:14:29 +00:00
fjosw
378e590b67 Documentation updated 2023-02-07 13:09:43 +00:00
fjosw
f9d278b135 Merge branch 'develop' into documentation 2023-02-07 13:09:05 +00:00
Fabian Joswig
b6ebb64469
build: version number bumped to 2.6.0 2023-02-07 13:08:29 +00:00
Fabian Joswig
df46e7e5c8
docs: CHANGELOG updated. 2023-02-07 13:07:48 +00:00
fjosw
a3a1df9027 Documentation updated 2023-02-07 13:01:35 +00:00
fjosw
8095130228 Merge branch 'develop' into documentation 2023-02-07 13:01:00 +00:00
Fabian Joswig
2027f0003a
Merge pull request #149 from jkuhl-uni/feat/read_ms5_xsf
fix for the case that there are multiple dots in file names
2023-02-07 13:00:40 +00:00
jkuhl-uni
ea1c89cad1 fix for the case that there are multiple dotsin file names 2023-02-07 13:52:33 +01:00
fjosw
c66abcdc49 Documentation updated 2023-02-03 17:06:47 +00:00
fjosw
63c996007d Merge branch 'develop' into documentation 2023-02-03 17:06:01 +00:00
Fabian Joswig
3ca79581f3
Merge pull request #148 from PiaLJP/feature/correlated_combined_fit
Feature/correlated combined fit
2023-02-03 17:05:36 +00:00
ppetrak
b0b5d88dc3 Merge branch 'develop' of https://github.com/PiaLJP/piapyerrors into develop 2023-02-03 15:04:06 +01:00
ppetrak
ba54545b4e feat/tests: Correlated fits now also work for combined fits. 2023-02-03 14:54:54 +01:00
Fabian Joswig
ae68e5baad
test: small bug in non overlapping test fixed. 2023-02-02 16:06:35 +00:00
Fabian Joswig
925f212e61
test: test for non overlapping configs fixed. 2023-02-02 15:22:35 +00:00
fjosw
a0c02df621 Documentation updated 2023-02-02 15:16:04 +00:00
fjosw
b6789a63a9 Merge branch 'develop' into documentation 2023-02-02 15:15:25 +00:00
Fabian Joswig
2e66f0323a
Merge pull request #147 from fjosw/fix/non_overlapping_cnfgs
Fix non overlapping configurations
2023-02-02 15:15:04 +00:00
fjosw
c61674e3a6 Documentation updated 2023-02-02 15:10:09 +00:00