-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Standardize return types #24
Comments
They should all be a QuadratureSolution IMO |
Agreed. It would be good to try to set resid for all methods too. I know this expensive for MC, so maybe a kwarg flag to turn it on. |
Yeah, I think by default have nothing there and a flag to turn it on is good.
On 8/18/2020 8:48:32 AM, agerlach <[email protected]> wrote:
Agreed. It would be good to try to set resid for all methods too. I know this expensive for MC, so maybe a kwarg flag to turn it on.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub [#24 (comment)], or unsubscribe [https://github.com/notifications/unsubscribe-auth/AAN25HS6BDRNSTEZMQVL6Q3SBJ2CBANCNFSM4QCDEVPQ].
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
expectation(Koopman())
returns aQuadratureSolution
expectation(MonteCarlo())
returns a number/vectorcentralmoment
returns a vectorThe text was updated successfully, but these errors were encountered: