fjosw
9d74ae8589
Documentation updated
2023-03-16 13:13:03 +00:00
fjosw
3cc244e546
Merge branch 'develop' into documentation
2023-03-16 13:12:25 +00:00
Justus Kuhlmann
83204ce794
fixed appended mode reading ( #165 )
2023-03-16 13:12:03 +00:00
fjosw
974570d5d0
Documentation updated
2023-03-15 17:47:12 +00:00
fjosw
8186f5cb6b
Merge branch 'develop' into documentation
2023-03-15 17:46:38 +00:00
Justus Kuhlmann
41fec09816
Impr/fix refactor sfcf read ( #164 )
...
* refactor read_sfcf
* adding tests for find_corr and read_compact_file
* add necessary broken data for tests
* fixed appended mode reading
* factored out sort_names and find_files
* now also using sort_files in sfcf.py
* edited tests to fit with new structure
* added find_files function
* shifted helpfunctions to bottom of file
* removed some debug lines
* linting
* Fixed requested changes, added silent mode
* added Exception if correlator is not found by read_append_rep
* use tmp_path fixture
* linting silent keyword
* try to fix testing for a_bb
* tests: Exception testing in test_find_corr made more explicit.
---------
Co-authored-by: Fabian Joswig <fabian.joswig@ed.ac.uk>
2023-03-15 17:46:12 +00:00
Fabian Joswig
991199a680
docs: README updated.
2023-03-14 14:27:51 +00:00
fjosw
5eda0837a6
Documentation updated
2023-03-14 09:52:08 +00:00
fjosw
200681ee94
Merge branch 'develop' into documentation
2023-03-14 09:51:24 +00:00
Fabian Joswig
90c9ce9c73
refactor: unnecessary line in fit parameter detection removed.
...
Iterator variable renamed.
2023-03-14 09:50:35 +00:00
fjosw
db276f77ee
Documentation updated
2023-03-13 16:35:05 +00:00
fjosw
af39883d85
Merge branch 'develop' into documentation
2023-03-13 16:34:26 +00:00
Fabian Joswig
5255f87d7d
docs: image resized.
2023-03-13 16:34:01 +00:00
fjosw
ea074d4f55
Documentation updated
2023-03-13 16:26:58 +00:00
fjosw
a6983b2c6e
Merge branch 'develop' into documentation
2023-03-13 16:26:19 +00:00
Fabian Joswig
23fd00b4c2
docs: image resized.
2023-03-13 16:25:50 +00:00
fjosw
2a0e966ad8
Documentation updated
2023-03-13 16:21:47 +00:00
fjosw
a8183f6bff
Merge branch 'develop' into documentation
2023-03-13 16:21:10 +00:00
Fabian Joswig
8530353d32
docs: xkcd 927 added to documentation of json.gz format.
2023-03-13 16:20:25 +00:00
fjosw
ee8a7792dc
Documentation updated
2023-03-13 13:32:03 +00:00
fjosw
7c18d3e3ef
Merge branch 'develop' into documentation
2023-03-13 13:31:26 +00:00
Fabian Joswig
08197efe0f
docs: moved installation info for develop branch to documentation.
2023-03-13 13:30:43 +00:00
fjosw
ef3e900e5a
Documentation updated
2023-03-13 13:29:24 +00:00
fjosw
c5bfb0862a
Merge branch 'develop' into documentation
2023-03-13 13:28:40 +00:00
Fabian Joswig
a2a64146b0
docs: installation info also added to start page of the documentation.
2023-03-13 13:27:57 +00:00
Fabian Joswig
34981b6102
docs: conda-forge installation added to README.
2023-03-13 13:25:24 +00:00
Fabian Joswig
a1d6b95e9a
build: bug report default title changed again.
2023-03-11 21:38:29 +00:00
Fabian Joswig
031b048fa3
build: bug report default title changed.
2023-03-11 21:35:34 +00:00
fjosw
9b4c9de760
Documentation updated
2023-03-11 21:32:24 +00:00
fjosw
854102ec1d
Merge branch 'develop' into documentation
2023-03-11 21:31:51 +00:00
Fabian Joswig
bafa6ce38d
feat: system added to print_config.
2023-03-11 21:31:21 +00:00
Fabian Joswig
caef8af988
build: bug report issue template added.
2023-03-11 21:30:14 +00:00
fjosw
1b11a2c74d
Documentation updated
2023-03-11 21:23:09 +00:00
fjosw
54c1b180fc
Merge branch 'develop' into documentation
2023-03-11 21:22:28 +00:00
Fabian Joswig
0044f90315
feat: print_config moved to misc.
2023-03-11 21:22:03 +00:00
Fabian Joswig
8ed5ce9569
feat: print_config function added to help with debugging.
2023-03-11 21:17:09 +00:00
Fabian Joswig
d8fb683262
docs: CONTRIBUTING.md extended.
2023-03-10 14:37:50 +00:00
Fabian Joswig
fe0f80b8c3
docs: README and CONTRIBUTING updated.
2023-03-10 14:25:17 +00:00
fjosw
16629b6ea5
Documentation updated
2023-03-10 14:18:21 +00:00
fjosw
b27c2a1f94
Merge branch 'develop' into documentation
2023-03-10 14:17:41 +00:00
Fabian Joswig
3c942b380d
Serialize list of Obs in pandas.to_sql ( #162 )
...
* feat: Added serialization of list of Obs in pandas.to_sql.
* tests: test for list of Obs to sql added.
* feat: auto_gamma functionality added for deserialization of lists of
Obs.
2023-03-10 14:17:20 +00:00
fjosw
a2dc5f38d0
Documentation updated
2023-03-09 15:33:57 +00:00
fjosw
6fbf4d30c4
Merge branch 'develop' into documentation
2023-03-09 15:33:17 +00:00
Fabian Joswig
a7a098b861
fix: chisquare, dof and p-value also calculated when dof is 0. Test for
...
dof and chisquare_over_dof added.
2023-03-09 15:32:27 +00:00
Fabian Joswig
06ba2015be
tests: test for different methods in prior fit added.
2023-03-09 15:00:52 +00:00
fjosw
81d234930f
Documentation updated
2023-03-09 14:26:56 +00:00
fjosw
dd14b35905
Merge branch 'develop' into documentation
2023-03-09 14:26:18 +00:00
Fabian Joswig
99a1033703
refactor: refactored construction of prior Obs in least_squares.
2023-03-09 14:25:37 +00:00
Fabian Joswig
e41f869d18
docs: version guard added to combined fit example.
2023-03-09 13:38:51 +00:00
fjosw
667d75c21e
Documentation updated
2023-03-08 16:54:09 +00:00