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

load_pairs not working correctly with GRIB1 data #379

Open
pp-mo opened this issue Feb 13, 2024 · 0 comments
Open

load_pairs not working correctly with GRIB1 data #379

pp-mo opened this issue Feb 13, 2024 · 0 comments
Labels
Experience-needed: High GRIB knowhow Type: Technical Debt known issues left over from incomplete work

Comments

@pp-mo
Copy link
Member

pp-mo commented Feb 13, 2024

Example...

>>> filename = "...iris-test-data/test_data/GRIB/grib1_second_order_packing/GRIB_00008_FRANX01"
>>> from iris_grib import _load_generate
>>> fields_iter = _load_generate(filename)
>>> fields = list(fields_iter)
>>> fields[0].qqq
Segmentation fault

Originally looked like a problem with (deferred) data.
Seen when cubes = [cube for cube, field in iris_grib.load_pairs_from_fields(fields)]

But now this looks different -- ??maybe? problem with repr when generating an exception ?

@pp-mo pp-mo added the Type: Technical Debt known issues left over from incomplete work label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Experience-needed: High GRIB knowhow Type: Technical Debt known issues left over from incomplete work
Projects
Status: No status
Development

No branches or pull requests

1 participant