circstat / pycircstat

Toolbox for circular statistics with Python
MIT License
157 stars 42 forks source link

allowing any lists as inputs #71

Open ctw opened 4 years ago

ctw commented 4 years ago

Currently in some cases passing a list of alphas (rather than an array) raises an exception. This can be easily fixed and I'm happy to do it and submit a pull request, but wanted to check here first that a more flexible behavior is desired. Please let me know either way.

philippberens commented 4 years ago

great - please test whether this works with the bootstrapping decorator

ctw commented 4 years ago

Sure -- can you merge my pull request (#70 ) that allows the unittests to run without errors? There's also another outstanding pull request (#66 ) that should probably be merged.