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
To be honest, I do not see the added value of the function cd_to_working_dir as it's use is just to change directory to a directory where the user will store temporary working data. It does it in a totally opaque way and it really just wraps os.path.join + os.makedirs, we might as well just use those in the notebooks and will not have the problem.
Also the user does not seem to know where this directory is, unless he/she reads the docstring.
To be honest, I do not see the added value of the function
cd_to_working_dir
as it's use is just to change directory to a directory where the user will store temporary working data. It does it in a totally opaque way and it really just wrapsos.path.join
+os.makedirs
, we might as well just use those in the notebooks and will not have the problem.Also the user does not seem to know where this directory is, unless he/she reads the docstring.
SIRF-Exercises/lib/sirf_exercises/__init__.py
Line 48 in ec421f7
Originally posted by @paskino in #118 (comment)
The text was updated successfully, but these errors were encountered: