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

[BUG]: Issue processing a file #23

Open
asreimer opened this issue Mar 9, 2021 · 0 comments
Open

[BUG]: Issue processing a file #23

asreimer opened this issue Mar 9, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@asreimer
Copy link
Contributor

asreimer commented Mar 9, 2021

    Traceback (most recent call last):
      File "/opt/virtualenvs/dataproc/bin/resolvedvelocities", line 8, in <module>
        sys.exit(main())
      File "/opt/virtualenvs/dataproc/lib/python3.8/site-packages/resolvedvelocities/run_resolve_vectors.py", line 85, in main
        rv.transform()
      File "/opt/virtualenvs/dataproc/lib/python3.8/site-packages/resolvedvelocities/ResolveVectors.py", line 184, in transform
        self.mlat = np.insert(mlat,replace_nans,np.nan)
      File "<__array_function__ internals>", line 5, in insert
      File "/opt/virtualenvs/dataproc/lib/python3.8/site-packages/numpy/lib/function_base.py", line 4672, in insert
        old_mask[indices] = False
    IndexError: arrays used as indices must be of integer (or boolean) type
@asreimer asreimer added the bug Something isn't working label Mar 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant