-
Notifications
You must be signed in to change notification settings - Fork 3
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
Expose assign methods #58
Conversation
I also fixed a |
I believe that Reading the docstrings for |
Does the example workflow above have the crazy-value bug in the quadrupole coefficient example that motivated this change? |
…blStruct::coefs is a vector not a matrix
The last commit adds the ascii file constructor so that the following works:
where |
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.
Verified that the changes work as expected.
- User can simply ignore the boolean - For example: coefsread = pyEXP.coefs.TableData('coef.txt')
The last few commits were some polish. I suspect we are good to go for now. |
I've verified that the constructors work as expected (and that compile works no problem). I'm merging now so we can start using the functionality! |
Excellent, thanks! |
This small pull exposes the
assign
methods inCoefWrappers.cc
forSphStruct
,CylStruct
, andTblStruct
. It is not completely obvious to me that this is the end state, but for now, workflows such as this example:with similar possibilities for
CylStruct
andTblStruct
.Tests:
SphStruct