avoca 0.11.0__py3-none-any.whl → 0.11.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
avoca/bindings/ebas.py
CHANGED
|
@@ -153,7 +153,7 @@ def set_dataframe(
|
|
|
153
153
|
serie_to_export = df_export[(sub, var)]
|
|
154
154
|
|
|
155
155
|
values = [
|
|
156
|
-
None if pd.isna(val) or isnan else float(val)
|
|
156
|
+
None if pd.isna(val) or isnan or (not np.isfinite(val)) else float(val)
|
|
157
157
|
for val, isnan in zip(serie_to_export, nan_flag)
|
|
158
158
|
]
|
|
159
159
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: avoca
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.1
|
|
4
4
|
Summary: @voc@: Quality assessement of measurement data
|
|
5
5
|
Project-URL: Homepage, https://gitlab.com/empa503/atmospheric-measurements/avoca
|
|
6
6
|
Project-URL: Bug Tracker, https://gitlab.com/empa503/atmospheric-measurements/avoca/-/issues
|
|
@@ -8,7 +8,7 @@ avoca/manager.py,sha256=ET-ATrSLi2rSV7PjBzwpjj0V_60MFxSIZqQ03aEIbdA,5284
|
|
|
8
8
|
avoca/requirements.py,sha256=q4z6bJ6iW5jSy10Y0elfE9BoEcAZC2-kUqYi4zA6TGE,563
|
|
9
9
|
avoca/settings.py,sha256=Px-sCGIlRyWI2RBJaGUY0K1V60kOZY9n41eft92bjN4,2112
|
|
10
10
|
avoca/bindings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
avoca/bindings/ebas.py,sha256=
|
|
11
|
+
avoca/bindings/ebas.py,sha256=DeIRhHbxj76TMy3Z_Ok2AgiGzSkb6pW7scIMORgh3y0,17243
|
|
12
12
|
avoca/bindings/ebas_flags.py,sha256=ls8cEKPC2QjlkWyqiytyjFfemqM8ot8suys_Qi5Xx1o,2352
|
|
13
13
|
avoca/bindings/gcwerks-report.conf,sha256=jO0I62DfgzrXXS1FuiW8ds-oc1_j8kpFCO61Fk-erBw,230
|
|
14
14
|
avoca/bindings/gcwerks.py,sha256=pTwZhSuoD4usER1-JhQJtgj1KUcZR1ZN1loZMCSd3TQ,14651
|
|
@@ -29,7 +29,7 @@ avoca/testing/df.py,sha256=Nc0GUYTApZgYyUTMnHMTbSKLiA5ty9Bg7gUGtnoFYMI,1826
|
|
|
29
29
|
avoca/utils/__init__.py,sha256=LEA2jJsqwSK2DBzXg00DbPhM1fXXREJ0XxLeuJtKapY,1398
|
|
30
30
|
avoca/utils/flags_doc.py,sha256=cS7yKpxVh_SA6EdH3lSy9UpcIvhGwzAELRbkXN3CxO8,4168
|
|
31
31
|
avoca/utils/torch_models.py,sha256=53TgOgSPMOOSGYy2cm1EGSK7qQkYMGEOq319KKM_Ir0,1015
|
|
32
|
-
avoca-0.11.
|
|
33
|
-
avoca-0.11.
|
|
34
|
-
avoca-0.11.
|
|
35
|
-
avoca-0.11.
|
|
32
|
+
avoca-0.11.1.dist-info/METADATA,sha256=F6Au_DcqiIbQFSIGBDpqUt76yHMsZF0MX6doqEYPpxA,1570
|
|
33
|
+
avoca-0.11.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
34
|
+
avoca-0.11.1.dist-info/licenses/LICENCE.txt,sha256=4MY53j3v7tEKwjyuriVz9YjB4Dscm2nDMB2CcG9lOmk,1059
|
|
35
|
+
avoca-0.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|