Closed hzovaro closed 11 months ago
Replaced all instances of __file__ with a different approach using pkgutil to avoid sticky installation problems. Also fixed minor bugs in the example Jupyter notebooks where eline_ANR_min args were missing.
__file__
pkgutil
eline_ANR_min
Replaced all instances of
__file__
with a different approach usingpkgutil
to avoid sticky installation problems. Also fixed minor bugs in the example Jupyter notebooks whereeline_ANR_min
args were missing.