Open gummz opened 2 years ago
Upon running
python3 -m memory_profiler ../src/data/script.py
gives me the error message
ERROR: Could not find file ../src/data/script.py
(I have double checked it was there)
Did you change the directory in your python script.py? for example, os.chdir('../../')
os.chdir('../../')
Upon running
python3 -m memory_profiler ../src/data/script.py
gives me the error message
ERROR: Could not find file ../src/data/script.py
(I have double checked it was there)