mggg / ecological-inference

Ecological inference, in Python
MIT License
28 stars 11 forks source link

Quick fixes #103

Closed karink520 closed 2 years ago

karink520 commented 2 years ago

Adding tests so that the functions that are decoraged w/ numba's jit are also tested separately, so that the test coverage reports aren't underreporting test coverage as much (the coverage reports don't mark the jit-compiled functions as having been run). (Closes #101)

Also, adds a fix so that plot_utils.plot_kdes() returns the full list of Axes for the plot, not just one set.