Commit graph

617 commits

Author SHA1 Message Date
Simon Kuberski
a5cf0270d3 Hidden _set_cov and _set_grad, modified test for equality of covs 2021-12-08 08:55:40 +01:00
Fabian Joswig
9ddadaf6b3 fix: fits and root now work when the value of the zeroth input is
exactly zero. Tests extended.
2021-12-07 18:40:36 +00:00
Fabian Joswig
968cdf3181 fix: deprecated get_fmin call removed in fits 2021-12-07 17:34:02 +00:00
Fabian Joswig
a7363fb88e test: tests for exceptional cases extended 2021-12-07 17:31:40 +00:00
Fabian Joswig
fa7702a4ad test: dirac test extended to last missing line 2021-12-07 17:14:21 +00:00
Fabian Joswig
ec4bb39399 test: test for dirac gamma added 2021-12-07 17:11:50 +00:00
Simon Kuberski
7c5465d828 Added tests when changing cov and grad in covobs 2021-12-07 17:33:40 +01:00
Simon Kuberski
3190140023 Ensure fixed dimensions of cov and grad in covobs. Allow for differences of O(1e-14) in two cov matrices, when combining observables 2021-12-07 17:15:46 +01:00
Fabian Joswig
3324b0aa07 docs: CONTRIBUTING extended 2021-12-07 08:37:33 +00:00
Fabian Joswig
370cd34e0f refactor!: covariance3 removed 2021-12-07 08:31:24 +00:00
Fabian Joswig
f223b12cc2 fix: instances of plot.show changed to plot.draw in fit module 2021-12-07 08:27:24 +00:00
Fabian Joswig
757d8ade06 test: test for multidimensional covobs multiplication extended 2021-12-07 08:11:38 +00:00
Fabian Joswig
e8bcf8de6f fix: array mode now also works with covobs with N>1 2021-12-07 08:09:38 +00:00
Fabian Joswig
df6b151c13 fix: array mode now works with elements defined on different ensembles 2021-12-07 07:36:24 +00:00
Fabian Joswig
b0610544a8 fix: array mode now works for elements with different covobs 2021-12-07 07:29:05 +00:00
Fabian Joswig
674a1ea6f6 test: test for array mode with different contents commented out until
fix
2021-12-06 22:18:28 +00:00
Fabian Joswig
93d87f8f8c test: test for array mode extended 2021-12-06 22:14:24 +00:00
Fabian Joswig
02d8f469eb feat: derived observable array mode works now, test added 2021-12-06 21:59:41 +00:00
Fabian Joswig
52867fb033 feat: tensordot array mode for covobs implemented 2021-12-06 15:44:30 +00:00
Fabian Joswig
3ae6959bac Merge branch 'develop' into feature/eliminate_derived_array 2021-12-06 15:30:14 +00:00
Fabian Joswig
1f91175e50 feat: check for non string names in Obs.__init__ optimized 2021-12-06 15:20:36 +00:00
Fabian Joswig
7937635ca2 feat: check for name doublers in Obs.__init__ optimized 2021-12-06 15:02:15 +00:00
Fabian Joswig
12a93eafb0 feat: performance of export to jackknife improved 2021-12-06 10:54:06 +00:00
s-kuberski
9253f82942
Merge pull request #23 from fjosw/fix/r_values_bug
Fix/r values bug
2021-12-06 09:41:16 +01:00
Fabian Joswig
8163629eff test: root test extended 2021-12-04 13:11:19 +00:00
Fabian Joswig
2d72d730a5 test: r_value test for merge_obs added 2021-12-04 13:09:30 +00:00
Fabian Joswig
6028274342 test: test for r_value propagation in fits added 2021-12-04 13:05:18 +00:00
Fabian Joswig
28f1372cfd fix: r_value propagation also adjusted in root module 2021-12-04 13:02:45 +00:00
Fabian Joswig
06dc6cd808 fix: r_values in fits are now properly propagated 2021-12-04 11:55:11 +00:00
Fabian Joswig
37e93f754c
Merge pull request #22 from s-kuberski/feature/rw
Reweighting is now possible if the observable is defined only on a su…
2021-12-04 11:23:01 +00:00
Simon Kuberski
ce4e73ec1a Reweighting is now possible if the observable is defined only on a subset of replica of those of the RWF 2021-12-03 14:04:27 +01:00
Fabian Joswig
5789c0cef6 feat: new_cov_names and new_sample_names added to derived_array 2021-12-02 16:54:51 +00:00
Fabian Joswig
15dd10f19a Merge branch 'develop' into feature/eliminate_derived_array 2021-12-02 16:43:44 +00:00
Fabian Joswig
a324a7f195 fix: covobs names can no longer contain replica separator '|'. Tests
added.
2021-12-02 16:42:29 +00:00
Fabian Joswig
28a7197f74 feat: derived_observable array_mode working but slow 2021-12-02 16:38:10 +00:00
Fabian Joswig
147bc6b24b feat: first working version of array_mode in dervived_observable 2021-12-02 12:50:08 +00:00
Fabian Joswig
ed47d50286 refactor: readability of error propagation for covobs improved 2021-12-02 12:22:07 +00:00
s-kuberski
85a438fd46
Merge pull request #17 from fjosw/feature/improved_jsongz
Feature/improved jsongz
2021-12-02 12:46:17 +01:00
Fabian Joswig
d837e47777 refactor: formatting improvements 2021-12-02 11:32:28 +00:00
Fabian Joswig
a67e83f77b feat: Minor improvemens to json file format 2021-12-02 11:14:05 +00:00
Fabian Joswig
dbcdfacf56 test: covobs name collision test added 2021-12-01 15:54:15 +00:00
Fabian Joswig
edf160ade2
Merge pull request #16 from s-kuberski/feature/covobs
derived_observable now raises an error, if the same ensemble name has…
2021-12-01 15:52:39 +00:00
Simon Kuberski
70d941092c derived_observable now raises an error, if the same ensemble name has been used for deltas and covobs 2021-12-01 16:40:37 +01:00
Fabian Joswig
e1ab5c6881 test: test for covobs overloading added 2021-12-01 14:59:29 +00:00
Fabian Joswig
33b5d70114 fix: bug in Obs.is_zero in connection with covobs fixed 2021-12-01 14:58:00 +00:00
Fabian Joswig
9e3dbea78b
Merge pull request #12 from s-kuberski/feature/covobs
Feature/covobs
2021-12-01 14:49:07 +00:00
Fabian Joswig
b715aa0c22 feat: hadrons npr input now returns rank-n tensors instead of 2D matrices 2021-12-01 14:28:21 +00:00
Simon Kuberski
35c1a0e1bd Merge branch 'develop' into feature/covobs 2021-12-01 15:15:20 +01:00
Simon Kuberski
a3310876bf Fixed plot_history and is_zero for covobs 2021-12-01 15:14:56 +01:00
Fabian Joswig
4c8d758889 test: test for linalg.einsum added 2021-12-01 12:19:32 +00:00