-
We ask that you please be patient as our team works through approving and publishing all articles/tutorials in a timely manner. Allow 1-3 days for a topic to be reviewed and/or approved - allow 3-7 da…
-
[chapter 5: lorenz attractor](https://phdinds-aim.github.io/time_series_handbook/05_SimplexandSmapProjections/05_Empirical%20Dynamic%20Modelling%20%28Simplex%20and%20SMap_Projections%29.html#lorenz-at…
-
**Minimal Working Example**
```julia
ds = Systems.lorenz_iip()
xg = yg = range(-5.,5.; length=5)
zg = range(0,10; length=5)
@time basin, attractors = basins_of_attraction((xg,yg,z…
-
Looks easy enough to fix, though of course without access to the hardware it'll be hard to verify:
```
══ Failed tests ════════════════════════════════════════════════════════════════
── Fail…
-
All images in the example files could be loslessly reduced in file-size if thrown through PNG and animate GIF optimisers. I'm offering to do this, but I want to make sure it's actually useful before d…
-
I don't really know how this happened, I'm running `4a48cad` of the notebook and was executing our Lorenz attractor example to take a screenshot, when my output area ended up looking like this:
![ima…
-
Julia currently supports drawing of 2D continuous and grid spaces. It is slightly restrictive, and I think there is a case to be made for 3D visualizations. It should be possible in a similar pattern …
-
The following error message appears and the addon cannot be activated (using Xubuntu 20.04 and Blender 2.93)
```
Traceback (most recent call last):
File "/home/Downloads/blender-2.93.0-a/2.93/s…
-
Hey,
Could you guys share the example code for the toy problems presented in the paper? Especially the one for Stochastic Lorenz Attractor?
I was looking at how to solve a system of stochastic …
-
Discussed with @fperez and @SylvainCorlay to try to fix (some) pain with `@interact`.
Basically we **need** `@interact` to have an `(*args, **kwarg)` signature ; but we want to be able to pass some o…