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

Fix enhancements applied twice #154

Conversation

tdrwenski
Copy link
Contributor

Issue was introduced in #149 which was a change to ensure that aggregations were read through the proxyReader of the enhanced VariableDS. The data read through the VariableDS has enhancements already applied. The WrappedArray also applies enhancements if needsEnhance is true. This PR would prevent enhancements from being applied twice and add a test for this.

Copy link
Contributor

@guygriffiths guygriffiths left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this, looks good :)

@guygriffiths guygriffiths merged commit 8c6982c into Reading-eScience-Centre:develop May 11, 2023
@tdrwenski tdrwenski deleted the fix-enhancements-applied-twice branch May 11, 2023 14:39
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 this pull request may close these issues.

None yet

2 participants