Skip to content

Conversation

@ZENOTME
Copy link

@ZENOTME ZENOTME commented Jan 1, 2026

Fix #707

Copy link
Contributor

@leerho leerho 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 catching the incomplete check on theta!

import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertTrue;
import static org.testng.Assert.fail;
import static org.testng.Assert.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

Starred imports are discouraged as they create namespace pollution. Especially here, as the number of potential imports under org.testng.Assert.* is quite large.
Please return to the specific imports.
Thanks.

Copy link
Author

Choose a reason for hiding this comment

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

Fixed

@ZENOTME ZENOTME force-pushed the fix_binomial_bounds branch from cfff061 to ad3f061 Compare January 5, 2026 13:33
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.

BinomialBoundsN may divide 0

2 participants