Skip to content

deterministic and fuzzing tests for variance#31

Open
wobniarin wants to merge 3 commits intoASPP:masterfrom
wobniarin:numerical_fuzzing
Open

deterministic and fuzzing tests for variance#31
wobniarin wants to merge 3 commits intoASPP:masterfrom
wobniarin:numerical_fuzzing

Conversation

@wobniarin
Copy link

Fixes Issue #6

calculated_variance = x.var()

# Then
assert isclose(x.var(), expected_var)
Copy link
Contributor

Choose a reason for hiding this comment

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

assert isclose(calculated_variance, expected_var)

@pberkes
Copy link
Contributor

pberkes commented Sep 3, 2019

👍

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