pyerrors/tests
Justus Kuhlmann a5b6f69160
Slightly better Typechecking when exporting to SQL (#174)
* corret type clause

* add tests, changes in create_json_string

* create json-string now gives back None

* revert changes

* fix panda sql export

* add SQL test

* fixed None type export for csv and sql.gz

* move None parsing to json io

* alter regex

* revert changes

* only replace None with empty str when necessary

* fixed deserialze_df for python 3.7

* add more tesets

* fix case where gz was ignored

* hand voer gz explicitly

* replace nan  by None in non-Obs columns

* moved warning to csv export, mroe tests

* only values able to be nan are put in np.isnan()

* added python float for warning
2023-05-18 17:11:52 +01:00
..
data Impr/fix refactor sfcf read (#164) 2023-03-15 17:46:12 +00:00
benchmark_test.py tests: tests cleaned up, name duplicate in obs_test corrected 2022-02-09 11:23:58 +00:00
correlators_test.py fix: Corr.symmetric can now deal with None entries. (#145) 2023-01-16 16:10:19 +00:00
covobs_test.py feat: computation of _covariance_element optimized, visualize option 2022-03-01 15:34:53 +00:00
dirac_test.py test: tests for epsilon tensors extended 2021-12-23 12:06:28 +01:00
fits_test.py NHT changes plots combined fit (#166) 2023-03-17 13:52:07 +00:00
json_io_test.py dobs: Zeros are written if config is not part of the Obs, these are ignored on input 2023-02-02 15:31:46 +01:00
linalg_test.py feat: removed attribute is_merged. 2023-01-06 13:34:26 +01:00
misc_test.py tests: additional tests for generalization of misc.errorbar added. 2023-01-18 17:01:37 +00:00
mpm_test.py test: mpm and corr dump test extended 2021-12-23 14:56:49 +01:00
obs_test.py fix: String conversion of Obs can now handle a dvalue that is NaN or inf (#173) 2023-05-03 16:30:59 +02:00
openQCD_in_test.py Feat/flow (#176) 2023-05-16 18:29:13 +01:00
pandas_test.py Slightly better Typechecking when exporting to SQL (#174) 2023-05-18 17:11:52 +01:00
roots_test.py test: test for multi parameter foot feature added. 2023-01-10 10:27:56 +00:00
sfcf_in_test.py fixed appended mode reading (#165) 2023-03-16 13:12:03 +00:00
utils_in_test.py Fix/sort names (#177) 2023-05-16 18:28:32 +01:00