We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
gdal isn't installed if Emme isn't (and shouldn't be...its picky)
Progress:
Run GH Actions
conftest.py
# why import gdal first: https://github.com/BayAreaMetro/tm2py/blob/7a563f0c5cea2125f28bfaedc50205e70c532094/README.md?plain=1#L57 import gdal
Import gdal in the inro_context() fixture before trying the inro import
inro_context()
import gdal import inro.emme.database.emmebank
!!! note that this will cause it to use the mock if GDAL isn't installed either...which I think is ok.
The text was updated successfully, but these errors were encountered:
e-lo
Successfully merging a pull request may close this issue.
Describe the bug
gdal isn't installed if Emme isn't (and shouldn't be...its picky)
Progress:
To Reproduce
Run GH Actions
Failing tests
Triggering line of code
conftest.py
Thoughts on resolution
Import gdal in the
inro_context()
fixture before trying the inro import!!! note that this will cause it to use the mock if GDAL isn't installed either...which I think is ok.
The text was updated successfully, but these errors were encountered: