Commit graph

809 commits

Author SHA1 Message Date
Fabian Joswig
75111b07ff feat: sfcf_read output to stdout improved 2022-01-21 13:33:58 +00:00
Fabian Joswig
b1221cb76d fix: sfcf_read now correctly throws an exception when append mode files
were not found.
2022-01-21 13:28:12 +00:00
Fabian Joswig
1668b1e7b3 docs: input.sfcf.read_sfcf docstring extended 2022-01-21 13:09:53 +00:00
Fabian Joswig
1edd4ef91a build: version number on develop branch changed to 2.0.0+dev 2022-01-20 14:24:44 +00:00
Fabian Joswig
0ed161f467 tests: conftest.py added 2022-01-20 13:56:56 +00:00
Fabian Joswig
50d6b0d9f5 tests: Warnings in tests fixed, conftest.py and pytest.ini removed 2022-01-20 13:49:34 +00:00
Fabian Joswig
59137785ed feat: _asser_equal_properties improved by removing one for loop 2022-01-19 13:18:44 +00:00
Fabian Joswig
c3ba07280b feat: When initializing 1d correlators it is now checked whether all obs
are defined on the same ensembles.
2022-01-19 11:03:45 +00:00
Fabian Joswig
78ff4bb117 refactor: moved _assert_equal_properties from input.json to misc 2022-01-19 10:55:51 +00:00
Fabian Joswig
c8ec5909f1 fix: io tests for corr now properly clean up 2022-01-19 10:46:33 +00:00
Fabian Joswig
9b52a9a615 feat!: dump methods now export to the json.gz format by default. Pickle
format can be chosen via parameter.
2022-01-19 10:43:18 +00:00
Fabian Joswig
59eb1ee546 fix: skew and kurtosis now correctly calculated for non regular data in
Obs.plot_history
2022-01-18 18:08:55 +00:00
Fabian Joswig
a63e9958c4 refactor: Exception corrected in Corr.GEVP, private methods renamed,
docstrings extended
2022-01-18 16:50:07 +00:00
Fabian Joswig
7750745402
Merge pull request #37 from JanNeuendorf/develop
Develop
2022-01-18 16:35:56 +00:00
JanNeuendorf
677f1655a9 tests again 2022-01-18 17:06:39 +01:00
JanNeuendorf
2342c51869 linter things 2022-01-18 16:53:00 +01:00
JanNeuendorf
05f5720876 Merge branch 'develop' of https://github.com/JanNeuendorf/pyerrors into develop 2022-01-18 16:48:11 +01:00
JanNeuendorf
909ef85ff8 linting tested again 2022-01-18 16:46:14 +01:00
JanNeuendorf
5244e34d9e
Merge branch 'develop' into develop 2022-01-18 16:21:59 +01:00
JanNeuendorf
2f11d0d30b The changes i tried to push before 2022-01-18 16:16:54 +01:00
Fabian Joswig
94bfff7832
Merge pull request #35 from fjosw/feature/padding
Feature/padding
2022-01-18 15:08:37 +00:00
Fabian Joswig
c17ebc4cb3 docs: docstring added to Corr.__init__, comments cleaned up 2022-01-18 15:04:11 +00:00
Fabian Joswig
93bc4c3819 docs: padding parameter in example 4 fixed 2022-01-18 14:53:19 +00:00
Fabian Joswig
d778a3b238 feat!: merged the parameters padding_front and padding_back of Corr into
one parameter padding
2022-01-18 14:50:18 +00:00
Fabian Joswig
56fe126593 docs: docstrings of input/json module updated 2022-01-18 14:31:09 +00:00
Fabian Joswig
bf20274b67
Merge pull request #34 from fjosw/feature/json_corr_Nd
Feature/json corr nd
2022-01-18 12:59:37 +00:00
JanNeuendorf
39f176585e
Merge branch 'fjosw:develop' into develop 2022-01-18 13:21:01 +01:00
Fabian Joswig
e880a8221d fix: bug in covariance test corrected 2022-01-18 12:13:44 +00:00
Fabian Joswig
f282ecdaf6 feat: json import export for correlator class implemented, tests added 2022-01-18 12:13:20 +00:00
Fabian Joswig
268f71fa19 feat: precision of printed p-values in Obs.plot_history increased 2022-01-17 14:56:33 +00:00
Fabian Joswig
0918330f13 feat: p-values added to skew and kurtosis in Obs.plot_history 2022-01-17 14:55:14 +00:00
Fabian Joswig
4f3b2d22d5 feat: skew and kurtosis added to Obs.plot_history 2022-01-17 14:45:54 +00:00
Fabian Joswig
bb3a15d69b docs: docstring added to check_idl in input/utils 2022-01-16 16:56:53 +01:00
Fabian Joswig
5993f1a4ba refactor: comments removed in input/openQCD, typo corrected 2022-01-16 16:53:57 +01:00
Fabian Joswig
f8cbaef626 refactor: unnecessary comments in input/sfcf removed, typos corrected 2022-01-16 16:50:51 +01:00
Fabian Joswig
b0bc9c8e47 refactor: input test notebook removed 2022-01-16 16:46:59 +01:00
Fabian Joswig
c76e8b8bad
Merge pull request #32 from jkuhl-uni/feature/input_2.0
Feature/input 2.0
2022-01-16 16:43:55 +01:00
jkuhl-uni
dc6b844fa4 flake8 compliance without E501of utils.py 2022-01-14 21:12:08 +01:00
jkuhl-uni
62cb0ab1bb flake8 compliance without E501 2022-01-14 21:06:41 +01:00
jkuhl-uni
5f156e4821 flake8 compliance openQCD.py 2022-01-14 16:47:34 +01:00
jkuhl-uni
302a7ae439 flake8 compliance 2022-01-14 16:00:40 +01:00
Fabian Joswig
1765d4e6b6 refactor: required python version changed back to 3.6 for transition
period
2022-01-11 16:41:28 +01:00
Fabian Joswig
6d6d32e0c5 refactor!: minimal python version bumped to 3.7 2022-01-10 15:28:27 +01:00
Fabian Joswig
6174343de6 test: test for ks_test added 2022-01-10 15:24:43 +01:00
Fabian Joswig
5cb3291168 feat: Automated Kolmogorov Smirnov test for fit p-values added 2022-01-10 15:17:55 +01:00
Fabian Joswig
5b831ec250 feat: p-value calculation added to fit functions and fit result object 2022-01-10 15:00:47 +01:00
jkuhl-uni
53f727092d small bug fix enabling older versions of python 2022-01-10 11:45:42 +01:00
Fabian Joswig
88572c06a8 fix: DeprecationWarning in Corr.reweighted fixed 2022-01-07 12:08:27 +01:00
Fabian Joswig
cd0f38c77d ci: macOS and windows added to pytest workflow 2022-01-07 11:59:06 +01:00
Fabian Joswig
af95667ffb feat: example 3 improved 2022-01-06 18:02:04 +01:00