-
Notifications
You must be signed in to change notification settings - Fork 2
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
Bugfix/pep fixes for qa #16
Conversation
import yaml | ||
|
||
from ..caching import cache | ||
from . import datasource | ||
|
||
os.environ["GRIBJUMP_HOME"] = "/opt/fdb-gribjump" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is here, along with the import polytope
to pre-seed pygribjump module with the correct config. Would be best to revert this and add PEP ignores for now. I think there is a PR in gribjump to accept the config at construction which we could use instead (soon).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be good to go now
ccad961
to
d8328e4
Compare
d8328e4
to
f94d9ea
Compare
This PR addresses various PEP-related issues that were causing code quality failures in GitHub Actions.