FIX Adjust builder to support a different split record#16
FIX Adjust builder to support a different split record#16thomasjpfan wants to merge 3 commits intoneurodata:obliqueprfrom
Conversation
e836579 to
1d8bf9c
Compare
|
The constraint on I do not have any more bandwidth to think about this for the next few weeks. (Prioritizing other items for the next release) |
|
BTW I think there is a way to make this work with subclassing. We'll have to define a It's very similar to how we do it in Note how there is a One would need to experiment to see if this idea actually works. |
Thanks for the info! I can work on it tomorrow. Also, your idea of the malloc/free works! I fixed the bug it introduced to the algo and confirmed the performance is the same as before for both RF and OF. If the subclassing works, then I'll lyk and begin working on unit tests. Otw, I have a working commit in the draft PR using your idea. My colleague will also work on an in-depth example to append to the existing RF example. |
|
(Notes for myself) Main challenges I foresee:
|
This is an example of how to get builder to work with the different types of split records.
This is functionally but I do not like the malloc + free in the builder.
All the setup.py
language="c++"changes were needed to get the PR to compile on my machineCC @adam2392