-
Notifications
You must be signed in to change notification settings - Fork 270
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
Allow lookup of telescope parameters by type #2120
Conversation
Codecov ReportBase: 92.74% // Head: 92.75% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2120 +/- ##
=======================================
Coverage 92.74% 92.75%
=======================================
Files 214 214
Lines 17911 17947 +36
=======================================
+ Hits 16612 16647 +35
- Misses 1299 1300 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Also required for implementing the software trigger, see #1744 |
flake8 fails because it also fails on latest master |
Ok, should be fixed now. Let's merge this first and then I can rebase the others. |
Mhh. somehow my commit isn't showing up here although I pushed and it says up-to-date... Github issue? |
Ah, now it runs... |
This allows also using the
TelescopeParameter
to be used like this:instead of just by telescope id.
This is needed for solving #2119