Aart Goossens

Results 46 comments of Aart Goossens

I guess I have to give you credit for changing my mind from wdf-centric to algorithm-centric 😛 I will pick this up tonight.

Oh I like the idea of enriching a simple api documentation with blog posts and jupyter notebook! Let's try to go that route.

Thanks for weighing in @piotr-kubica! The main reason for me to aim for 100% test coverage is reducing the risk that merging a PR breaks something. Reducing that risk minimizes...

Haha yes it is. I think I'd like to try enforcing 100% coverage for a while to see how it goes but we should be reasonable about it: if it's...

pandas.Series is in a way a wrapper around numpy.ndarray so my expectation is that in most cases it will just work. E.g. ``` >>> import numpy as np >>> import...

@liversedge I just published version 0.3.0 of goldencheetah-opendata that handles these errors. Do you think it is worth it looking into handling/preventing/fixing these errors in GC before uploading? In that...

I'm not sure if I understand what you mean but assuming you're talking about my point (1): I'm not proposing to change the data in OSF but want to create...

I don't agree with you there @glemaitre . In my opinion this library should be a light wrapper around [osfclient](https://github.com/osfclient/osfclient) which makes it possible for anyone with a little coding...

@glemaitre Ah now I get your point. I think the discussion then is whether this library is specifically meant to be used from/in combination with scikit-sports or if it's use...