MICA-MNI / BrainStat

A statistics and context decoding toolbox for neuroimaging.
https://brainstat.readthedocs.io
Other
95 stars 22 forks source link

[REF] Remove #type: ignore from SLM class #199

Open ReinderVosDeWael opened 3 years ago

ReinderVosDeWael commented 3 years ago

Currently, mypy crashes on SLM.py due to an import inside a class. This issue is tracked at mypy/issuse/10521.

Once mypy resolves it issue, this issue can be solved by simply removing the following: https://github.com/MICA-MNI/BrainStat/blob/master/brainstat/stats/SLM.py#L1

zihuaihuai commented 1 month ago

mypy is temporary removed now, will mark this issue as add mypy back