-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Interpolation problems for SimpleATsit5 ? #18
Comments
and of course this is not a problem of
before the |
@ChrisRackauckas oh yeah! I think I really found the problem!!! Check this out: For the SimpleTsit:
while for Vern9:
|
This was closed although not tested. For me, even though the current test suite of the master branch passes the test, the above code snippet still fails. Intuitively what the code snippet assumes should be true: the boolean functions that pass using You can add the statement |
This is the MWE I could create. Seriously!
what you will notice is that
psos
returns fine (and what is expected i.e. second variable close to zero). However,psos2
errors:I believe this has to be some problem in the interpolation of
SimpleATsit5
since I use identical code for both algorithms.Any ideas?
The text was updated successfully, but these errors were encountered: