LLNL / popclass

A lightweight python package that allows fast, probabilistic classification of the lens of a microlensing event
https://popclass.readthedocs.io
MIT License
1 stars 0 forks source link

add check that number of samples is > number of parameters to catch shape errors. #61

Open astrophpeter opened 1 day ago

astrophpeter commented 1 day ago

whenever a samples array is passed into a function check that number of samples > number of parameters. Throw value error if false. Write tests to test this functionality.