8000 fix debug=False with pure regression by jhamman · Pull Request #24 · NCAR/GARD · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix debug=False with pure regression #24

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 8000

Merged
merged 1 commit into from
Nov 29, 2016
Merged

fix debug=False with pure regression #24

merged 1 commit into from
Nov 29, 2016

Conversation

jhamman
Copy link
@jhamman jhamman commented Nov 29, 2016

fixes bug where wrong coefficients array was passed into apply_pure_regression when debug=False

@@ -648,9 +649,9 @@ subroutine downscale_analog_regression(x, atm, obs, output_coeff, output, error,

endif

where( coefficients > 1e20 ) coefficients = 1e20
Copy link
Member

Choose a reason for hiding this comment

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

nice, thanks for making this consistent throughout

@gutmann gutmann merged commit 31f32f2 into NCAR:develop Nov 29, 2016
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.

2 participants
0