-
Notifications
You must be signed in to change notification settings - Fork 1
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
Integration of AirClim 2.1 contrail module #18
Conversation
Currently valid only for Jet-A1
of latitude and longitude
I have been trying to figure out this relative folder structure so that the files within SCRIPT_DIR = os.path.dirname(os.path.abspath(__file__))
sys.path.append(os.path.dirname(SCRIPT_DIR)) Unfortunately, pylint is not too happy with this because you should ideally first import everything before defining variables (https://pylint.readthedocs.io/en/latest/user_guide/messages/convention/wrong-import-position.html). But this is the only way I have managed to get this to work... I will now try committing a new version to see whether this (finally) passes the checks. |
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.
feature/cont looks good and GitHub Actions successfully passed through! Merging to dev can go ahead.
The first version of oac.cont is equivalent to the contrail module of AirClim 2.1.