Prior tests
I updated the prior tests to test the specific priors we've implemented. It now tests that the rescale
, sample
and prob
functions work as expected with either float inputs or arrays.
I had to change the prob
functions in many cases to allow arbitrary length arguments.
Do we want these functions to work for lists? This is currently not implemented.
@moritz.huebner did I get testing right?