-
Notifications
You must be signed in to change notification settings - Fork 104
Converting all docs and tutorials to Quarto #441
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
Conversation
@shravanngoswamii It might be better to split this into several smaller PRs so we can review it. I suggest that we first convert |
Ok, so you want to just replace jmd files with qmd without touching any other files! One thing I would like to mention that each file will be renamed to index.qmd! |
If you add a commit to rename all files and then add all the changes, Git will correctly track them. |
For now, they all will execute without any error because I put "eval=false" on the code blocks where I was getting errors and these are only a few documents from only tutorials section! |
Warnings in
|
Can you find an alternative way to visualise the result? |
Ok, I will search for it! |
@devmotion, is this a known issue? |
I checked again, there is no error in that notebook because it did run fine in github actions, and in my laptop its like never ending! it still have many warnings! |
Ok, for Bayesian differential equations, I think this may not be a super simple fix. Here is an unresolved issue with the same problem: TuringLang/Turing.jl#1722 (actually this same broken tutorial is mentioned here). I think the first thing I'd try would be to swap out some of the truncated Normals to LogNormals, and maybe we won't get the same issues. I don't actually know the logic behind the pretty tight truncation because I haven't done much SDEs — surely this isn't ideal? It's not surprising to me that there's weird gradient stuff happening here. I will try fiddling around with the model to see if I can get something working 🧐 . |
No description provided.