Commit graph

812 commits

Author SHA1 Message Date
Fabian Joswig
860852b4d8 test: tests slightly extended to improve coverage. 2021-12-09 13:25:06 +00:00
fjosw
b372994d2a Documentation updated 2021-12-09 13:08:03 +00:00
fjosw
d953ab0659 Merge branch 'develop' into documentation 2021-12-09 13:07:32 +00:00
Fabian Joswig
352b93ee2c fix: the covariance functions now correctly check whether the
gamma_method was run. Tests added.
2021-12-09 13:06:49 +00:00
fjosw
1f8846463b Documentation updated 2021-12-09 12:52:26 +00:00
fjosw
bceb5b73e1 Merge branch 'develop' into documentation 2021-12-09 12:51:36 +00:00
Fabian Joswig
e213b37413 fix: prior fit routine adjusted to work with iminuit version >= 2 2021-12-09 12:50:52 +00:00
fjosw
e9c74a75c5 Documentation updated 2021-12-09 12:37:52 +00:00
fjosw
8b59fc332a Merge branch 'develop' into documentation 2021-12-09 12:37:18 +00:00
Fabian Joswig
071d550d1d feat: priors in fits replaced by covobs, random hash added to avoid
prior collisions.
2021-12-09 12:36:28 +00:00
fjosw
b0e8f26dbd Documentation updated 2021-12-09 10:21:30 +00:00
fjosw
ea3f2a1334 Merge branch 'develop' into documentation 2021-12-09 10:20:53 +00:00
Fabian Joswig
c2ff8c715a refactor!: ks_test removed from develop for now. 2021-12-09 10:20:13 +00:00
fjosw
59a68f45d3 Documentation updated 2021-12-09 10:12:40 +00:00
fjosw
abd0b29305 Merge branch 'develop' into documentation 2021-12-09 10:12:09 +00:00
Fabian Joswig
87c50f54c0 refactor!: fit_general deprecated and moved to tests 2021-12-09 10:11:31 +00:00
Fabian Joswig
5a8b6483c8 test: tests for covobs initialization added 2021-12-09 10:05:20 +00:00
fjosw
400529c251 Documentation updated 2021-12-09 09:46:38 +00:00
fjosw
d1447d057b Merge branch 'develop' into documentation 2021-12-09 09:46:06 +00:00
Fabian Joswig
b3a021985b test: test for exceptions in Obs.__init__ extended 2021-12-09 09:45:29 +00:00
Fabian Joswig
8879e6b382 refactor: check in Obs.__init__ withe means!=None removed which could
never be reached.
2021-12-09 09:44:50 +00:00
Fabian Joswig
f30fcbd4d9 ci: pytest workflow scheduled to run once a month. 2021-12-09 07:37:42 +00:00
Fabian Joswig
53cea6267d test: additional test cases for reweighting and pseudo_Obs added 2021-12-09 07:36:34 +00:00
Fabian Joswig
fc25ec6929 test: test for Corr.plateau added 2021-12-08 22:42:13 +00:00
fjosw
b46068f50a Documentation updated 2021-12-08 22:38:35 +00:00
fjosw
42843ac783 Merge branch 'develop' into documentation 2021-12-08 22:38:04 +00:00
Fabian Joswig
a9e80989fe test: test for Corr.fit added 2021-12-08 22:37:38 +00:00
Fabian Joswig
083247389b fix: bug occurring when Corr.fit is called without fit range fixed 2021-12-08 22:33:08 +00:00
Fabian Joswig
5c9a521c29 ci: scheduled pytest workflow once a day. 2021-12-08 19:54:03 +00:00
fjosw
dcaa56a419 Documentation updated 2021-12-08 16:29:19 +00:00
fjosw
d06629ef27 Merge branch 'develop' into documentation 2021-12-08 16:28:48 +00:00
Fabian Joswig
ae53daa915 refactor: calculation of N in Obs.__init__ optimized 2021-12-08 16:14:48 +00:00
Fabian Joswig
2702b5519d refactor: loop and if clause eliminated in Obs.__init__ 2021-12-08 16:11:44 +00:00
Fabian Joswig
52705d8fcd refactor: minor simplifications in derived_observable 2021-12-08 15:26:27 +00:00
Fabian Joswig
140268c1c9 refactor: two loops over new_sample_names merged. 2021-12-08 15:17:32 +00:00
Fabian Joswig
3f0040a815 refactor: generation of new r_values in derived_observable simplified. 2021-12-08 15:09:40 +00:00
Fabian Joswig
5ced94e086 feat: check for non Obs objects in derived observable optimized and only performed in array mode 2021-12-08 15:00:44 +00:00
Fabian Joswig
1db59a9fdc feat: derived_observable now uses covobs when an input is not an Obs.
This should result in a small speedup for all operations as one iteration over all data can
be dropped.
2021-12-08 14:34:48 +00:00
fjosw
03e6966e95 Documentation updated 2021-12-08 09:43:28 +00:00
fjosw
604e806b0f Merge branch 'develop' into documentation 2021-12-08 09:42:57 +00:00
Fabian Joswig
ea237ed849
Merge pull request #24 from s-kuberski/feature/covobs
Feature/covobs
2021-12-08 09:42:38 +00:00
Simon Kuberski
a5cf0270d3 Hidden _set_cov and _set_grad, modified test for equality of covs 2021-12-08 08:55:40 +01:00
fjosw
f25c6de866 Documentation updated 2021-12-07 18:42:11 +00:00
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
8f8661e7d3 Documentation updated 2021-12-07 17:35:15 +00:00
fjosw
35c1260d15 Merge branch 'develop' into documentation 2021-12-07 17:34:39 +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