Skip to content
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

It is not possible to create a timeserie of Sigma0 #38

Closed
vincentvaroquaux opened this issue Aug 31, 2020 · 1 comment
Closed

It is not possible to create a timeserie of Sigma0 #38

vincentvaroquaux opened this issue Aug 31, 2020 · 1 comment

Comments

@vincentvaroquaux
Copy link

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):
@BuddyVolly
Copy link
Collaborator

Good point, will take your code here. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants