Jinrae Kim
Jinrae Kim
- OS Version: macOS 12.3 - Browser Version: Chrome Version 99.0.4844.83 (Official Build) (arm64) - Browser Addon Version: 0.2.12 - Neovim Plugin Version: 0.2.12 ### What I tried to do...
Although in the instruction the keyword argument `saveat` of `SavingCallback` mimics that of `solve`, it cannot receive `saveat=dt::Number`. See [SavingCallback](https://diffeq.sciml.ai/stable/features/callback_library/#saving_callback). - Example ```julia dynamics! = (dx, x, p, t) ->...
`solve` with nested form of a static LabelledArray yields the `StackOverflowError`. Here is the example: - code ```julia using Aerobatics using OrdinaryDiffEq using Plots using LabelledArrays function report() x0 =...
I tried to make a `PyObject` from Julia array `[1, 2]` but it results in an error: ```julia ➜ FlightSims git:(add-interactive-simulator) ✗ julia -q Activating environment at `~/.julia/dev/FlightSims/Project.toml` (FlightSims) pkg>...
- Note thta [the previous discussion on gstavrinos/ROS.jl](https://github.com/gstavrinos/ROS.jl/issues/6). Cxx.jl seems not compatible with docker. Or, I may be too new to Cxx.jl to use it properly. # Notes - Julia...
Hi, team! I'm interested in it but it's hard to get it. I have some questions about wide networks. 1) What's the prediction of wide networks, e.g., NNGP? Evaluated mean...
[FR] Gradient calculation does not work for integrator interface with `init` and `SavingCallback`.
Hi, my goal is described in SciML/DiffEqFlux.jl#661, and I tried to narrow down the whole problem into a small one to determine whether it's possible to take backpropagation with [integrator...
Hi, I'm new to Dash.jl so the terminology may be confusing. In my case, I'd like to send a `ComponentArray` (exported from [ComponentArrays.jl](https://github.com/jonniedie/ComponentArrays.jl)) from a callback to another callback. I...
From #468 , I found that `withprogress` is based on logging-based progress meters (probably [ProgressLogging.jl](https://github.com/JunoLab/ProgressLogging.jl)), and Juno and TerminalLoggers.jl are APIs for it. In the documentation of [withprogress](https://juliafolds.github.io/Transducers.jl/stable/reference/manual/#Transducers.withprogress), I would...
# Notes For more details, see fannheyward/coc-julia#194. Note that it is revealed that the error occurs when using `coc-julia` with `julia-vim`. # Summary I don't know since when the autocompletion...