Closed danielhrisca closed 3 years ago
I am going to look at this some more later, but on first glance it looks good. The first part, the changes in Marshallers.py, is pretty similar to changes I already made in the main branch a while ago. But those changes in utilities.py, I did not think of at the time. Those would also be useful in the main branch as well.
All of this is sound, though some of the names for the temp variables are off (group
is used for a Dataset). I will use this PR with some edits to the naming. Thank you.
All of this is sound, though some of the names for the temp variables are off (
group
is used for a Dataset). I will use this PR with some edits to the naming. Thank you.
Thanks for the work!
This PR introduces a few local alias to speed up the code execution.
Current 0.1.x branch code
The PR code