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
My proposal
/ost/s1/burst_batch.py
- dict_of_product_types = {'bs': 'Gamma0', 'coh': 'coh', 'pol': 'pol'} + list_of_product_types = {('bs', 'Gamma0'), ('bs', 'Sigma0'), ('coh', 'coh'), ('pol', 'pol')} - for pr, pol in itertools.product(dict_of_product_types.items(), pols): + for pr, pol in itertools.product(list_of_product_types, pols):
The text was updated successfully, but these errors were encountered:
Good point, will take your code here. Thanks
Sorry, something went wrong.
No branches or pull requests
My proposal
/ost/s1/burst_batch.py
The text was updated successfully, but these errors were encountered: