Commit graph

81 commits

Author SHA1 Message Date
Fabian Joswig
4c8d758889 test: test for linalg.einsum added 2021-12-01 12:19:32 +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
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
63dd627e20 First implemenation of a json I/O 2021-11-29 15:27:28 +01:00
Fabian Joswig
b2a249302a fix: root module now also works with irregular monte carlo chains 2021-11-26 12:24:38 +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
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
Fabian Joswig
865830af4c feat: alternative matrix multiplication routine jack_matmul implemented 2021-11-17 16:57:08 +00:00
Fabian Joswig
00d859cf06 feat: import_jackknife implemented 2021-11-17 16:06:26 +00:00
Fabian Joswig
ccca4eabbf feat: automatic windowing procedure can now be deactivated by choosing
S=0
2021-11-17 13:42:04 +00:00
Fabian Joswig
ed6bb24607 refactor: deprecated e_tag and e_tag_global removed from modules and
tests
2021-11-15 17:24:56 +00:00
Simon Kuberski
99d8ee5dd5 Adapted test_total_least_squares 2021-11-15 18:12:49 +01:00
Simon Kuberski
522a1f152a Bugfix in tests, changed output in case of correlated fits 2021-11-15 17:54:04 +01:00
Simon Kuberski
8155037b38 Merge branch 'develop' into feature/corrfits 2021-11-15 16:40:05 +01:00
Simon Kuberski
dbe1c26362 Added the possibility to use constrained fit parameters. Added correlated least squares. 2021-11-15 16:39:50 +01:00
Fabian Joswig
85f37a7abf docs: details about jackknife conversion added 2021-11-15 14:38:21 +00:00
Fabian Joswig
331d7cb471 test_jackknife added 2021-11-15 14:18:26 +00:00
Fabian Joswig
2ba4e74760 tests for gamma method kwargs added 2021-11-12 14:46:45 +00:00
Fabian Joswig
d26bbdc3bd expand_deltas renamed to _expand_deltas and made a function instead of
class method
2021-11-12 11:41:23 +00:00
Fabian Joswig
b80b746fae test for irregular matrix inverse added 2021-11-12 09:56:07 +00:00
Fabian Joswig
17f7753225 test for derived_array and irregular histories added 2021-11-11 11:15:25 +00:00
Fabian Joswig
012bf8ad17 correlator tests extended 2021-11-05 15:28:15 +00:00
Fabian Joswig
68eaaadfc7 Another test for the multi ensemble system added 2021-11-05 15:05:20 +00:00
Fabian Joswig
f643503d7c Show ensemble details in Obs.details as standard case 2021-11-05 14:49:43 +00:00
Fabian Joswig
ece3c09d23 test correlate for correct idl propagation 2021-11-05 12:36:38 +00:00
Fabian Joswig
6d8bce8755 Additional tests for exceptional cases of correlate added 2021-11-05 12:23:58 +00:00
Fabian Joswig
ac21569620 Corr.correlate implemented 2021-11-03 14:01:52 +00:00
Fabian Joswig
4df367f955 Output of tag added to Obs.details 2021-11-03 10:34:28 +00:00
Fabian Joswig
70b94efd2a Obs.details api changed 2021-11-03 10:23:31 +00:00
Fabian Joswig
a4d29b54d8 Obs.print renamed to Obs.details 2021-11-03 10:20:48 +00:00
Fabian Joswig
b07f16fe1c docstring and test added for Corr.reweight 2021-11-02 14:19:00 +00:00
Fabian Joswig
d9f4e5b453 T_symmetry test added 2021-11-02 11:23:11 +00:00
Fabian Joswig
e4d7d56180 first version of new bookeeping system 2021-11-01 17:14:30 +00:00
Fabian Joswig
f2a5f12dce documentation of fit functions adjusted, deprecation warnings added to
standard_fit and prior_fit
2021-11-01 14:54:36 +00:00
Fabian Joswig
0e8fc7d36a odr_fit renamed, deprecation warning added
least_squares and total_least_squares are now available to the top level
namespace
2021-11-01 12:01:46 +00:00
Fabian Joswig
d63c749a17 Fit_result gammma_method, str and repr added 2021-10-31 12:00:26 +00:00
Fabian Joswig
a5fec92e1e merge_obs test refined 2021-10-29 17:07:49 +01:00
Fabian Joswig
8b6597c71c test merge_obs added 2021-10-29 17:03:08 +01:00
Fabian Joswig
a569209d51 reweighting test added, bug in reweighting propagation fixed 2021-10-29 16:42:01 +01:00
Fabian Joswig
11aa99ac8a irregular Obs tests generalized 2021-10-29 16:14:29 +01:00
Fabian Joswig
686e85ec3f additional test for irregular obs added 2021-10-29 15:56:18 +01:00
Fabian Joswig
5077dfaad2 additional test for irregular Obs added 2021-10-29 15:49:17 +01:00
Fabian Joswig
8ceee688ec reverted idl storage to list, added simple test for irregular error
propagation
2021-10-29 15:12:34 +01:00
Simon Kuberski
f26c049a89 added one further tests for no fft and irregular MC 2021-10-28 18:23:29 +02:00
Simon Kuberski
0a4b5e07ca Added tests for irregular MC 2021-10-28 18:07:09 +02:00
Fabian Joswig
7874bdb1fd benchmarks simplified 2021-10-26 10:41:36 +01:00
Fabian Joswig
b5f3dd6ac3 Benchmarks added 2021-10-26 10:20:47 +01:00