sbi
sbi copied to clipboard
tests: refactor z-scoring tests
the z-scoring tests need some refactoring:
https://github.com/sbi-dev/sbi/blob/dac03dbdcda3760e3de6d843d0ea4e4b644d8dc0/tests/sbiutils_test.py#L415
- variable names are confusing, e.g.,
netshould 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