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

Rewrite to use less iterations #25

Open
StFroese opened this issue Oct 10, 2023 · 0 comments
Open

Rewrite to use less iterations #25

StFroese opened this issue Oct 10, 2023 · 0 comments

Comments

@StFroese
Copy link
Owner

while self.pvalue(poi_ul, cl_type=self.cl_type) > 1 - self.cl or np.isnan(
self.pvalue(poi_ul, cl_type=self.cl_type)
):
poi_ul *= 2
interp_ul_points = np.linspace(poi_ul / 2, poi_ul, 10)

Rewrite this to store pvalue during loop and store last values

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