CBICA / niCHART

The neuro-imaging brain aging chart [niCHART] is a comprehensive solution to analyze standard structural and functional brain MRI data across studies. [niCHART] and the associated pre-processing tools implement computational morphometry, functional signal analysis, quality control, statistical harmonization, data standardization, interactive visual
https://cbica.github.io/niCHART/
Other
13 stars 8 forks source link

Adding Unit Tests #179

Closed ashishsingh18 closed 2 years ago

ashishsingh18 commented 2 years ago

This PR adds only a few unit tests to get started.

Fix #173

ashishsingh18 commented 2 years ago

@ashishsingh18 Thanks. How should the test be run? Is there CI integration?

@AbdulkadirA This is no CI integration yet. That will be the next step. This can be tested locally by running: pytest --disable-warnings -v from the cmd prompt.