-
-
Notifications
You must be signed in to change notification settings - Fork 412
HITRAN: Allow query of multiple molecules/isotopologues #1154
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
base: main
Are you sure you want to change the base?
Conversation
Hello @keflavich! Thanks for submitting the PR.
|
Hi there @keflavich 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog and making sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. I noticed the following issues with this pull request:
Would it be possible to fix these? Thanks! If there are any issues with this message, please report them here. |
ab0c591
to
712c326
Compare
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.
This will need a rebase to pick up changes from the past years, and also it will tests.
@@ -152,6 +154,8 @@ def __init__(self, **kwargs): | |||
super(HitranClass, self).__init__() | |||
|
|||
def _args_to_payload(self, molecule_number=1, isotopologue_number=1, |
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.
make kwargs kwarg only
ping @keflavich |
I see the ping; I haven't had time to look. I want to see if I can get a student involved via this PR. |
The current implementation only allows single isotopologues and molecules, which makes search for transitions difficult if the carrier species is unknown.