Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to path in physics.py #8

Open
csquires opened this issue Jun 8, 2021 · 0 comments
Open

Add to path in physics.py #8

csquires opened this issue Jun 8, 2021 · 0 comments

Comments

@csquires
Copy link

csquires commented Jun 8, 2021

You need to copy the following lines from data_gen/env.py into data_gen/physics.py:

# Get env directory
import sys
from pathlib import Path
if str(Path.cwd()) not in sys.path:
    sys.path.insert(0, str(Path.cwd()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant