BF: Missing subdataset data retrieval #14
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
remodnav/paper!14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "bf-data"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is the underlying cause for what Asim reported in #12: The subdataset
data/raw_eyegazewas never properly installed. It only became a problem when one of the functions introduced during the revision required data from this subdataset. In local runs, the data had always been present already, and my previous "reproducible paper" presentations were based on master, where this function was not merged into yet.attn @mih @ElectronicTeaCup I'll merge this in. this should fix the problem Asim observed in #12. Good thing someone stumbled across it.
(please revert if you disagree with something)
Just a comment: The
get()you added should imply theinstall()call you are making explicit. But that is neither a problem nor something that should be changed. Thx!oh, you are right. thanks, I'll keep it in mind next time. We do want this change to be in the preprint branch, too, right?
Yes, would be needed there too.
Cherry-picked and pushed, should be there.