-
-
Notifications
You must be signed in to change notification settings - Fork 235
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
Errors in Callbacks usage #129
Comments
Hey, There's quite a few changes so it might stumble a little bit to get them all through, but there should be a period of stability afterwards. Sorry about the troubles! |
I tried it, but it was funky. Is this supposed to happen?
|
It's probably because that's the only way it can resolve the current versioning. Max version requirements were placed on some packages since that's how I was told to make sure that incompatible versions wouldn't exist while tags were waiting to go through. Honestly, I am just going to be putting up an issue explaining what's going on saying that to use the newer functionality / newer docs you should probably just wait for the tags, and apologize for the time being. I am very sorry and hopefully soon the tags will work themselves out, but I cannot give any guarantee since I have no role in the tagging process and it seems that METADATA is very backed up... If you want to try it out now, you can go on master for every component package, but that's not recommended unless you're planning to develop. |
That sounds good. I'll try to go on master for the other packages, and see what I get. I won't bother you since I'll be digging in the development zone. |
It's just that the releases are now something like 200-300+ commits behind the masters... it makes it difficult for tests to pass, so that then slows down the tags because I'm supposed to disable tests for new functionality because the tagging process is slow? Sorry, this is making me visibly mad so I'm going to just have to let it slowly work itself out. If you check out DiffEqDevDocs.jl it shows how to use MetaPkg to checkout a bunch of packages, though it actually doesn't get them all (because some have been added since then). To track the issue in full, I'll be using this issue: |
Hi @ChrisRackauckas, I've been playing around with the callbacks and I keep getting some errors. I'll use the Bouncing Ball example.
If I use
I get
I tried using
The graph is not shown as expected

If try the new Callbacks types
Then,
sol = solve(prob,Tsit5(),callback=cb)
, I getI know, Callbacks is a work in progress I just wanted to shared my experience and understand these issues.
By the way, amazing work with the package!
The text was updated successfully, but these errors were encountered: