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

mis-calculation on line 171 in prt.py #1

Open
yshassan0 opened this issue Nov 18, 2021 · 0 comments
Open

mis-calculation on line 171 in prt.py #1

yshassan0 opened this issue Nov 18, 2021 · 0 comments

Comments

@yshassan0
Copy link

should be
return self.R_TPW * (W_r_T_90 + delta_W)
rather than
return self.R_TPW * W_r_T_90 + delta_W

With this modification, the code passes a self consistency check that includes the deviation function delta_W

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

No branches or pull requests

1 participant