-
Notifications
You must be signed in to change notification settings - Fork 127
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
Euclid requisites -- CAMB & CLASS #222
Conversation
Codecov Report
@@ Coverage Diff @@
## master #222 +/- ##
==========================================
+ Coverage 87.54% 87.85% +0.31%
==========================================
Files 92 92
Lines 8058 8333 +275
==========================================
+ Hits 7054 7321 +267
- Misses 1004 1012 +8
Continue to review full report at Codecov.
|
cobaya/theories/classy/classy.py
Outdated
args = args[:i_z] + [z_pool.values] + args[i_z:] | ||
else: | ||
raise LoggedError( | ||
self.logger, |
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.
self.log
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.
Sure, didn't notice that one, even though the linter complains. At some point, I'd like to change all the log
attributes to logger
, which is more precise. And maybe the raise LoggedError
to a method?
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.
A method would be nice, but I think complicates the stack dump unless you hack it somehow
Could do with some more tests of new code? |
Almost done here (just a segfault in CLASS needing fixing).
|
Yes, looks like we are not using k_max. CAMB has "kmax" which can be set to force higher kmax. Sigma_R order doesn't bother me, but could make it y, x, A(y,x) I suppose; not sure if anyone uses it. |
OK, I'll change it. Any preference for either Feel free to review if/whenever you want. As soon as the new CLASS release (3.1.2) is out, I could merge. |
I think sigma(z,R) is the "natural" order from camb. I think I has a quick look at most things last review, anything specific new I should look at? |
Do a check for unused imports; minimize argument for run not in docstring. |
_get_z_dependent has different arguments in camb and base, should probbaly be consistent. |
CLASS has been updated, so this can be merged. Some notes:
I don't think there is anything left to check. |
angular_diameter_distance_2
Pk_max
1.5 factorOther:
--minimize
flag tocobaya-run