Commit graph

528 commits

Author SHA1 Message Date
fjosw
60a2528610 Merge branch 'develop' into documentation 2021-12-07 18:41:38 +00: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
fjosw
35c1260d15 Merge branch 'develop' into documentation 2021-12-07 17:34:39 +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
fjosw
78435f533f Merge branch 'develop' into documentation 2021-12-07 08:31:54 +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
fjosw
97334aa841 Merge branch 'develop' into documentation 2021-12-07 08:15:42 +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
s-kuberski
f9c728264d Merge branch 'develop' into documentation 2021-12-06 08:41:35 +00: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
fjosw
b34b6d2abf Merge branch 'develop' into documentation 2021-12-02 16:43:57 +00:00
Fabian Joswig
a324a7f195 fix: covobs names can no longer contain replica separator '|'. Tests
added.
2021-12-02 16:42:29 +00:00
s-kuberski
c0cce90702 Merge branch 'develop' into documentation 2021-12-02 11:46:30 +00:00
Fabian Joswig
dbcdfacf56 test: covobs name collision test added 2021-12-01 15:54:15 +00:00
fjosw
a6abdb87b1 Merge branch 'develop' into documentation 2021-12-01 15:00:09 +00:00
Fabian Joswig
e1ab5c6881 test: test for covobs overloading added 2021-12-01 14:59:29 +00:00
fjosw
e70d01554d Merge branch 'develop' into documentation 2021-12-01 14:49:27 +00:00
Fabian Joswig
9e3dbea78b
Merge pull request #12 from s-kuberski/feature/covobs
Feature/covobs
2021-12-01 14:49:07 +00:00
Simon Kuberski
35c1a0e1bd Merge branch 'develop' into feature/covobs 2021-12-01 15:15:20 +01:00
fjosw
c5ff9c1448 Merge branch 'develop' into documentation 2021-12-01 12:20:03 +00:00
Fabian Joswig
4c8d758889 test: test for linalg.einsum added 2021-12-01 12:19:32 +00:00
fjosw
03ad784966 Merge branch 'develop' into documentation 2021-12-01 11:41:13 +00:00
Simon Kuberski
e5cd5c4a99 Adjusted handling of tags: All are written, if any is None; Removed unused parameter fname from create_json_string; Created a fail-save version for the replacement of quotation marks in workaround for delta lists 2021-12-01 11:53:11 +01:00
fjosw
9a3831ade6 Merge branch 'develop' into documentation 2021-11-30 16:49:27 +00:00
Simon Kuberski
d740f8d3c4 utf-8 for plain json files and a bugfix for reading arrays 2021-11-30 16:26:46 +01:00
Simon Kuberski
5937a519d7 Added dictionary output of json input routine: It is possible to import and export any structure that is JSON serializable as description (or Obs.tag) 2021-11-30 14:50:16 +01:00
Simon Kuberski
d7c2f125fe Created routine to get jsonstring itself, allowed for the I/O of uncompressed files, fixed bug for 1d-Arrays 2021-11-30 14:28:07 +01:00
Simon Kuberski
359c9c06da Bugfix for covobs, fit tests for covobs added 2021-11-30 13:32:50 +01:00
Simon Kuberski
950fb17c84 Refined covobs implementation 2021-11-30 11:08:30 +01:00
Simon Kuberski
63dd627e20 First implemenation of a json I/O 2021-11-29 15:27:28 +01:00
fjosw
62037673c7 Merge branch 'develop' into documentation 2021-11-26 12:25:11 +00:00
Fabian Joswig
b2a249302a fix: root module now also works with irregular monte carlo chains 2021-11-26 12:24:38 +00:00
fjosw
96717e785b Merge branch 'develop' into documentation 2021-11-18 11:50:28 +00:00
Fabian Joswig
976d9c3f29 feat: linalg.jack_matmul now also works with non Obs valued matrices. 2021-11-18 11:49:46 +00:00
fjosw
044a54906a Merge branch 'develop' into documentation 2021-11-18 11:18:05 +00:00
Fabian Joswig
0954ebee6e test: test for jack_matmul with mutliple operands extended 2021-11-18 11:03:55 +00:00
Fabian Joswig
cf1c38462d test: test for jack_matmul with multiple operands added 2021-11-18 11:02:31 +00:00
fjosw
4ab7905fff Merge branch 'develop' into documentation 2021-11-17 16:57:46 +00:00
Fabian Joswig
865830af4c feat: alternative matrix multiplication routine jack_matmul implemented 2021-11-17 16:57:08 +00:00
fjosw
aac77b5e74 Merge branch 'develop' into documentation 2021-11-17 16:07:02 +00:00