templateflow / python-client

A python client to query TemplateFlow via pyBIDS
https://templateflow.org/python-client/
Apache License 2.0
8 stars 12 forks source link

FIX: layout is ``None`` when PyBIDS not correctly installed #72

Closed oesteban closed 2 years ago

oesteban commented 2 years ago

We had to dismiss the ImportError to allow the update/dowonload of the TemplateFlow home skeleton at installation time, which made our unit test pass - but created this problem down the line.

Resolves: #71.