You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As pointed out at #94 (comment) we currently use os.path.join() in the docstrings as audeer.path() is not available as we import it as safe_path() so we can use path as a variable.
But it would be good to use path() in the examples. One workaround might be to inject it with a conftest.py, e.g.
As pointed out at #94 (comment) we currently use
os.path.join()
in the docstrings asaudeer.path()
is not available as we import it assafe_path()
so we can usepath
as a variable.But it would be good to use
path()
in the examples. One workaround might be to inject it with aconftest.py
, e.g.But then we have to make sure to not use the variable
path
in the docstring examples.The text was updated successfully, but these errors were encountered: