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.
You may or may not need this pull-request.
There was a bug in the file
scripts/find_outliers.py
where the code uses afname
expecting a string, but in fact, by default, it will get aPath
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.