You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One design decision I regret is to keep multiple events as cell arrays instead of combining them in some way... now it bites me. This is due to multiple events types.
I fixed it now, it is a bit opaque because one has to cycle through the cell arrays manually. Thanks for the comments, I added some of my own to make the last part more obvious whats going on.
There is one thing that worries me: I had
if length(e_Idx) == 1
continue
end
Included, but I really don't know anymore why. It intuitively does not make any sense to me. I will write a unittest and check it out in more detail
Function uf_addmarginal produces error with the attached test dataset.
Most likely because either of these reasons:
Unfortunately, the code at the end of uf_addmarginal is quite obfuscated. Script and data to reproduce bug are found here:
https://www.dropbox.com/s/6cmy9t4693rzt4o/bugreport_addmarginal.zip?dl=0
The ZIP file contains:
The text was updated successfully, but these errors were encountered: