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.
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.