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
When running python -m bioptim.examples
and choosing "Content search"
error message:
Traceback (most recent call last):
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/examples/main.py", line 576, in filterByContent
contents = self.getExampleContent(filename).lower()
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/examples/main.py", line 703, in getExampleContent
with open(filename, "r") as currentFile:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/mickaelbegon/Documents/GIT/bioptim/acados/static_arm.py'
The text was updated successfully, but these errors were encountered:
When running python -m bioptim.examples
and choosing "Content search"
error message:
Traceback (most recent call last):
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/examples/main.py", line 576, in filterByContent
contents = self.getExampleContent(filename).lower()
File "/Users/mickaelbegon/Documents/GIT/bioptim/bioptim/examples/main.py", line 703, in getExampleContent
with open(filename, "r") as currentFile:
FileNotFoundError: [Errno 2] No such file or directory: '/Users/mickaelbegon/Documents/GIT/bioptim/acados/static_arm.py'
The text was updated successfully, but these errors were encountered: