Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest Action Runs are Failing #438

Closed
AdamTheisen opened this issue Mar 28, 2022 · 1 comment · Fixed by #439
Closed

Latest Action Runs are Failing #438

AdamTheisen opened this issue Mar 28, 2022 · 1 comment · Fixed by #439

Comments

@AdamTheisen
Copy link
Collaborator

Latest PR and build runs are failing with

=================================== FAILURES ===================================
____________________________ test_create_pyart_obj _____________________________

    def test_create_pyart_obj():
        try:
            obj = act.io.mpl.read_sigma_mplv5(act.tests.EXAMPLE_SIGMA_MPLV5)
        except Exception:
            return
    
>       radar = act.utils.create_pyart_obj(obj, range_var='range')

act/tests/test_utils.py:272: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
act/utils/data_utils.py:599: in create_pyart_obj
    import pyart
/usr/share/miniconda3/envs/act_env/lib/python3.8/site-packages/pyart/__init__.py:49: in <module>
    from . import io
/usr/share/miniconda3/envs/act_env/lib/python3.8/site-packages/pyart/io/__init__.py:13: in <module>
    from .sigmet import read_sigmet
/usr/share/miniconda3/envs/act_env/lib/python3.8/site-packages/pyart/io/sigmet.py:14: in <module>
    from ._sigmetfile import SigmetFile, bin4_to_angle, bin2_to_angle
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

>   ???
E   ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject

pyart/io/_sigmetfile.pyx:1: ValueError
@mgrover1
Copy link
Collaborator

I honestly have no idea what is going on here... 😮 it appears to be the way the way Cython/Numpy interface with each other, but not sure why this issued is now occurring

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants