-
Notifications
You must be signed in to change notification settings - Fork 4
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
SACC compatibility #27
Comments
I am basically trying to load a file generated following this tutorial notebook, but am running into problems. I'd really appreciate some help! |
Humna, sacc has undergone a major revision under Zuntz command. LSSLike and hsc project still uses the old sacc format, which is now known as version 0.1. You can get it here: https://github.com/LSSTDESC/sacc/releases Just added a note to this effect in readme.md |
Thanks @slosar. Unfortunately, the versioned |
@slosar can you please say what branch of this repository works with the latest version of SACC? I am working with the current-repo-version of SACC and it doesn't appear to be working with
master
branch here (orhsc_fit
), e.g. I get various errors likeAttributeError: module 'sacc' has no attribute 'SACC'
,AttributeError: type object 'Sacc' has no attribute 'loadFromHDF'
,AttributeError: 'Sacc' object has no attribute 'precision'
.I can go through the main code and make it compatible with the latest version of SACC but I am wondering if its already been done. Can you please let me know?
The text was updated successfully, but these errors were encountered: