nipraxis-fall-2022 / diagnostics-NME

0 stars 4 forks source link

Fix use of Path in find_outliers script. #6

Closed matthew-brett closed 2 years ago

matthew-brett commented 2 years ago

You may or may not need this pull-request.

There was a bug in the file scripts/find_outliers.py where the code uses a fname expecting a string, but in fact, by default, it will get a Path object.

You may have found and fixed that bug, in which case, you do not need this PR.

If you haven't already found and fixed this bug, then do merge this pull request.