doppy 0.3.0__cp310-abi3-macosx_11_0_arm64.whl → 0.3.1__cp310-abi3-macosx_11_0_arm64.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.

Potentially problematic release.


This version of doppy might be problematic. Click here for more details.

@@ -62,14 +62,14 @@ class StareDepol:
62
62
  "Different system ID in co and cross: "
63
63
  f"{co.system_id} vs {cross.system_id}"
64
64
  )
65
- if not np.allclose(co.radial_distance, cross.radial_distance):
65
+ if not np.allclose(co.radial_distance, cross.radial_distance, atol=1):
66
66
  raise ValueError("Different radial distance in co and cross")
67
67
 
68
68
  time_ind = np.argmin(np.abs(co.time - cross.time[:, np.newaxis]), axis=0)
69
69
  cross_elevation = cross.elevation[time_ind]
70
70
  cross_beta = cross.beta[time_ind, :]
71
71
 
72
- if not np.allclose(co.elevation, cross_elevation):
72
+ if not np.allclose(co.elevation, cross_elevation, atol=1):
73
73
  raise ValueError("Different elevation in co and cross")
74
74
 
75
75
  self.time = co.time
doppy/rs.abi3.so CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: doppy
3
- Version: 0.3.0
3
+ Version: 0.3.1
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Programming Language :: Python :: 3
6
6
  Classifier: Programming Language :: Python :: 3.10
@@ -1,12 +1,12 @@
1
- doppy-0.3.0.dist-info/METADATA,sha256=_RBIW8LjmfrQG1DiFhhtYM0P7nPta48JCzszwAPkueI,4146
2
- doppy-0.3.0.dist-info/WHEEL,sha256=8YVHbP9g43_6FVsydzNKX35DdPN9RlBfh4bOfODYltg,103
3
- doppy-0.3.0.dist-info/entry_points.txt,sha256=9b_Ca7vJoh6AwL3W8qAPh_UmJ_1Pa6hi-TDfCTDjvSk,43
4
- doppy-0.3.0.dist-info/license_files/LICENSE,sha256=V-0iroMNMI8ctnLgUau1kdFvwhkYhr9vi-5kWKxw2wc,1089
1
+ doppy-0.3.1.dist-info/METADATA,sha256=Nf2a2FVs4bvMqXqdOC_ujt_9NbjU8TaTWppMiWpzyPA,4146
2
+ doppy-0.3.1.dist-info/WHEEL,sha256=8YVHbP9g43_6FVsydzNKX35DdPN9RlBfh4bOfODYltg,103
3
+ doppy-0.3.1.dist-info/entry_points.txt,sha256=9b_Ca7vJoh6AwL3W8qAPh_UmJ_1Pa6hi-TDfCTDjvSk,43
4
+ doppy-0.3.1.dist-info/license_files/LICENSE,sha256=V-0iroMNMI8ctnLgUau1kdFvwhkYhr9vi-5kWKxw2wc,1089
5
5
  doppy/options.py,sha256=73BDODO4OYHn2qOshhwz6u6G3J1kNd3uj6P0a3V4HBE,205
6
6
  doppy/__init__.py,sha256=Z9aEUlbPRWRUAoB8_-djkgrJuS4-6pjem4-mVSB6Z9I,191
7
7
  doppy/product/wind.py,sha256=MXm5HDoO3X6AzvpPHYPlpUXB_MYp_TBPP81aZ151wj8,13043
8
8
  doppy/product/__init__.py,sha256=C6s9cX20m9UwRsKo1lZH6TnYFfM5KmsX5MPUyShbgl4,235
9
- doppy/product/stare_depol.py,sha256=wlRVQPcWm14b1Gy_poXSNP8dzGw1qKlgT0KJ3YAXyKA,2897
9
+ doppy/product/stare_depol.py,sha256=5YVdyQof5eE8ous9duZS4nDt9VG0aQlgEPZ5t7KshM8,2913
10
10
  doppy/product/stare.py,sha256=jt1vHptufBFwUH5Un_0pk44eHKbAWnkhrU7HUI7gYJ4,19908
11
11
  doppy/bench.py,sha256=iVNYveMVGGRES2oe3Orsn31jQFCKTXOmxRFuFiJ8_OA,248
12
12
  doppy/netcdf.py,sha256=FX151GC8fuRhm-veg94BGeOWqszGn6nnWT9BxbzoSO8,3895
@@ -25,5 +25,5 @@ doppy/raw/halo_bg.py,sha256=kO03yGlKS-DpMMGHYuy_BuidyeUL38TxT5vMn8H_8lE,4809
25
25
  doppy/raw/halo_hpl.py,sha256=YFTepAWXvIfAVGgLZCadsc1d-VaOh7j2RB3cpb6Sv6k,18486
26
26
  doppy/raw/windcube.py,sha256=ZaOswQJbVDPBYj5oU1pTYmsX8F-mKIbjJRZmLYEMXP0,9906
27
27
  doppy/__main__.py,sha256=zrKQJVj0k0ypBQCGK65Czt9G9FZ_qx3ussw6Q9VJ14g,346
28
- doppy/rs.abi3.so,sha256=_qOfbxDJ1ZioH82IcB4shWiLvmWwmUyfFJGjqR6lmKA,2566816
29
- doppy-0.3.0.dist-info/RECORD,,
28
+ doppy/rs.abi3.so,sha256=2PyJ-9B9UZhPJR5tvlRlTvVR-YeHSVnpqALKSLIrh3M,2566816
29
+ doppy-0.3.1.dist-info/RECORD,,
File without changes