MUCollective / multiverse

R package for creating explorable multiverse analysis
https://mucollective.github.io/multiverse/
GNU General Public License v3.0
62 stars 5 forks source link

problem with conditions #81

Closed abhsarma closed 3 years ago

abhsarma commented 4 years ago

There seems to be some error with conditions due to the new implementation, where all the branches are getting executed. Need to identify all the paths which are incompatible with each other and fix this problem.

Seems to happen when branches are declared after the branches with conditions

mjskay commented 4 years ago

add some tests for this when you fix it if you weren't going to already :)

abhsarma commented 4 years ago

yeah, I didn't realise it at the time, but the tests I had broke because the workflow in the backend changed completely. So need to rewrite those tests.

mjskay commented 4 years ago

Ah that's always frustrating, my sympathies