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

turned on error message, fixed tests #128

Merged
merged 1 commit into from
Apr 18, 2024
Merged

turned on error message, fixed tests #128

merged 1 commit into from
Apr 18, 2024

Conversation

edwardhartnett
Copy link
Contributor

Part of #113
Part of #116

turned on error message, fixed tests

Comment on lines -42 to 43
lvl_type1 = 'xxx'
lvl_type1 = 'surface'
scale_fac1 = 0
Copy link
Contributor

Choose a reason for hiding this comment

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

Do these changes imply there are other scenarios that can also be tested, or were these details always "wrong"/not optimal?

Copy link
Contributor Author

@edwardhartnett edwardhartnett Apr 18, 2024

Choose a reason for hiding this comment

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

I was using xxx which was not a valid code and results in a 255 appearing in the output arrray.

I switch to using suface, which is a valid code, and causes a 1 to appear instead in the output array.

So we could test every valid value to ensure they are all correct...

But if we do that, it will be after the next release, which I am going to make today.

@edwardhartnett edwardhartnett merged commit 102ad32 into develop Apr 18, 2024
8 checks passed
@edwardhartnett edwardhartnett deleted the ejh_0418 branch April 18, 2024 15:22
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.

3 participants