Create a new NumericalInversePolynomialFunc node that wraps scipy's NumericalInversePolynomial. This wrapping allows us to reuse all the of the infrastructure for getting and setting seeds.
Change HostmassX1Func to use this NumericalInversePolynomialFunc. Add a bunch of tests to confirm that it is generating both new samples and underlying hostmasses.
Create a new
NumericalInversePolynomialFunc
node that wraps scipy'sNumericalInversePolynomial
. This wrapping allows us to reuse all the of the infrastructure for getting and setting seeds.Change
HostmassX1Func
to use thisNumericalInversePolynomialFunc
. Add a bunch of tests to confirm that it is generating both new samples and underlying hostmasses.