Summary
It seems that nimare.io.convert_neurosnyth_to_dataset
can take a while to finish. This makes it a little bit tedious when writing an analysis script because the user always has to wait for this function to finish until other analysis steps can be tried out. Maybe offering caching here (e.g. nimare.io.convert_neurosnyth_to_dataset(cache_dir='../path/to/cache/dir'
) would help?