Commit graph

65 commits

Author SHA1 Message Date
jkuhl-uni
089cbc0783
Merge branch 'fjosw:develop' into feature/input_2.0 2021-11-15 16:42:15 +01:00
Justus
bb9bfb78d3 first Qtop input test 2021-11-15 15:57:26 +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
Fabian Joswig
eedad7deda docstrings and tests added to linalg module 2021-10-25 21:59:12 +01:00
Fabian Joswig
14cf1f7d1b Additional test for multiple calls of gamma_method added 2021-10-25 21:35:50 +01:00
Fabian Joswig
f395cb3d88 Complex scalar array operations now correctly overloaded 2021-10-25 15:10:18 +01:00
Fabian Joswig
d4b86f5f73 linalg.matmul now works with any number of operands 2021-10-25 13:58:16 +01:00
Fabian Joswig
325293f2b4 rtruediv implemented for CObs, tests extended 2021-10-25 10:44:51 +01:00
Fabian Joswig
e1fd4606d3 Tests made more rigorous 2021-10-23 17:24:39 +01:00
Fabian Joswig
c3f8b24a21 matrix valued operations speed up, inv and cholesky explictly added 2021-10-22 14:24:51 +01:00
Fabian Joswig
e7efa822b0 New submodule dirac 2021-10-21 09:07:04 +01:00
Fabian Joswig
fe766cb44e Euclidean gamma matrix tests added 2021-10-20 13:48:02 +01:00
Fabian Joswig
db1513bc12 explicit test for gamma_method added 2021-10-19 12:52:32 +01:00
Fabian Joswig
74d1021665 Additional comparison tests added 2021-10-19 11:25:53 +01:00
Fabian Joswig
877b1a4467 Complex matrix multiplication speed up my explicitly coding the
derivatives
2021-10-18 17:36:49 +01:00
Fabian Joswig
b1e5777586 conjugate method added to CObs class 2021-10-18 14:48:16 +01:00
Fabian Joswig
9917778093 Additional comparison asserts added to test_pyerrors.py 2021-10-18 13:15:20 +01:00
Fabian Joswig
0c83f7a607 Further comparison operations and test implemented 2021-10-18 13:07:33 +01:00
Fabian Joswig
abdff600e6 Added test_complex_matrix_inverse 2021-10-17 13:35:27 +01:00