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

Error when trying to run l2ss-concise chain in Harmony #4

Closed
indiejames opened this issue Nov 17, 2021 · 4 comments
Closed

Error when trying to run l2ss-concise chain in Harmony #4

indiejames opened this issue Nov 17, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@indiejames
Copy link
Contributor

I'm attempting to test the new l2ss-concise chain in Harmony and I encountered an error:

2021-11-17T16:52:52.435Z [debug]: FROM WORKER LOG: ERROR:root:Variable schemas are inconsistent between granules

Not sure how to upload the data files involved here.

@frankinspace frankinspace added the bug Something isn't working label Nov 17, 2021
@frankinspace
Copy link
Member

These were the outputs of the subset operation that were sent as input to concise:
Archive.zip

@frankinspace
Copy link
Member

frankinspace commented Nov 17, 2021

I did an ncdump -ch on both files and compared the output. The only difference between the two is the size of the time dimension (which I don't think concise is checking) and some global attributes; so not totally sure why we're hitting this error
AttributeComparison.html.zip

@skorper
Copy link
Contributor

skorper commented Nov 17, 2021

The issue is that np.nan != np.nan on this line. I will open a PR to fix this issue.

@indiejames
Copy link
Contributor Author

Just tested with ghcr.io/podaac/concise:sit and seems to be working now.

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

3 participants