Tal Yarkoni

Results 139 comments of Tal Yarkoni

@effigies @oesteban what did we decide to do about this? I'm okay merging it, but have a vague recollection there might have been some concern (possibly on my side, but...

Oh, right, thanks. I'll try to work up the proposal I suggested there.

No, no way to do this at the moment, sorry. In principle, some of the indexing could be refactored to update incrementally, but given that indexing only needs to be...

1) Depends on the specifics... not all potential inheritance patterns are valid. Can you give filename examples? 2) I think it should be the union. We don't know what the...

Can you check if the same happens in 0.9.1? Could be a consequence of #488.

The difficulty with disallowing metadata as entities is it means users may have to do a lot of work downstream to recover this information. Variables often get merged at some...

Can you give an example and/or elaborate on what you mean by redundancy? It's already the case that every `BIDSFile` should be associated with all of the metadata in any...

BIDS-Derivatives datasets are treated exactly like ordinary BIDS datasets by pybids, so that behavior should also already be there... the only catch is that I'm not sure you can directly...

Note that there's already a `get_associations()` method that should work for any file (including JSONs), so in the worst case, it wouldn't be much work to add a method to...