Skip to content

Commit d14385a

Browse files
Update geopack version requirement to 1.0.13, re-enable test for T01 now that the IMF clock angle bug is fixed.
1 parent a2ddca8 commit d14385a

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

pdm.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ classifiers = [
8383
dependencies = [
8484
"numpy>=1.20.0",
8585
"requests>=2.31.0",
86-
"geopack>=1.0.12",
86+
"geopack==1.0.13",
8787
"scipy>=1.11.1",
8888
"cdflib>=1.0.0",
8989
"spacepy>=0.5.0",

pyspedas/geopack/tests/test_geopack_idl_validation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -659,8 +659,7 @@ def test_t01_actual(self):
659659
theta = np.arctan2(bzdat.y, bydat.y)
660660
store_data('theta',data={'x':bydat.times, 'y':theta})
661661
pyspedas.tplot('bdiff theta OMNI_HRO_1min_BY_GSM OMNI_HRO_1min_BZ_GSM', display=global_display, save_png='t01_realsw_diags.png')
662-
# This assertion will fail until Sheng can get the geopack bug fix pushed out to pypi.
663-
#assert_allclose(py_b.y, idl_b.y, rtol=0.001, atol=0.5)
662+
assert_allclose(py_b.y, idl_b.y, rtol=0.001, atol=0.5)
664663

665664
def test_ts04_actual(self):
666665
# Note that w1-w6 take their default non-time-varying values here

0 commit comments

Comments
 (0)