-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Labels
improving-testsEverything to do with the sbi test suiteEverything to do with the sbi test suite
Description
the z-scoring tests need some refactoring:
Line 415 in dac03db
def test_z_scoring_structured(z_x, z_theta, builder): |
- variable names are confusing, e.g.,
net
should be calledbuild_fun
- there are many duplicate test cases
- why pass
net(t_batch, t_batch)
and not something likenet(theta, x)
. - add a case for
mnle
Metadata
Metadata
Assignees
Labels
improving-testsEverything to do with the sbi test suiteEverything to do with the sbi test suite