Closed ayushanand18 closed 1 year ago
I'm not sure why the actions workflow ran on Ubuntu
but not on other environments. Maybe its related to plotly
fig.show()
because only that test didn't run before getting cancelled.
Update: Finally, the tests have passed. Perhaps the windows and macos environment function differently than ubuntu when opening matplotlib
plots and this was causing them to run indefinitely before waiting for the plot to close. Instead of opening the plots in the function call, we are now returning a matplotlib
Axes
object so that users can open on their own.
Overview
This PR aims to remove
statistics/outliers
fromstats
module, and write tests for all existing modules.Thanks!