Claudio Moroni

Results 24 issues of Claudio Moroni

Hello, I'm trying to solve and `EnsembleProblem` built over and `SDEProblem` using the GPU, but everytime I try I get an error I cannot understand. Here is a simplified version...

Hello, I'm trying to `modelingtoolkitize` an `ODEProblem` whose initial conditions are given by a [DEDataArray](), but I get an error. The MWE below reproduces it. ```julia using DifferentialEquations, ModelingToolkit, DEDataArrays...

Hello, I'm trying to pass a forcing function to a system just as in the [documentation](https://diffeq.sciml.ai/stable/tutorials/ode_example/#Example-3:-Solving-Nonhomogeneous-Equations-using-Parameterized-Functions). Then I'd like to `modelingtoolkitize` the system as it is shown [here](https://diffeq.sciml.ai/stable/tutorials/ode_example/#Example-3:-Solving-Nonhomogeneous-Equations-using-Parameterized-Functions). But It...

input-output

This issue is related to the following three SciML tutorials/ GitHub issues/ Discourse posts: - [Specifying a time-variable forcing function](https://mtk.sciml.ai/stable/tutorials/ode_modeling/#Specifying-a-time-variable-forcing-function-1) - [ModelingToolkit.jl and differential equations with step/pulse inputs](https://discourse.julialang.org/t/modelingtoolkit-jl-and-differential-equations-with-step-pulse-inputs/40272) - [TypeError:...

Hello, I'm trying to optimize the inference of a DifferentialEquations.jl complex model using a Turing model. I tried to implement the suggestions of these three issues: 1. [Type inference in...

enhancement: doc

Hello, Following the suggestion from @cpfiffer from [this issue](https://github.com/TuringLang/Turing.jl/issues/1513#issuecomment-754364492), here I'm posting a self-contained script with a complex model whose calibration with Turing I may not be able optimize properly....

Hello, Due to some unexpected behaviour, I would like to ask whether the `t` argument in ```python class allensdk.ephys.ephys_extractor.EphysSweepFeatureExtractor(t=None, v=None, i=None, start=None, end=None, filter=10.0, dv_cutoff=20.0, max_interval=0.005, min_height=2.0, min_peak=-30.0, thresh_frac=0.05, baseline_interval=0.1,...

celltypes

Hello, I'm using DynamicHMC through DiffEqBayes.jl, but I'm experiencing an error I'm not able to overcome. This issue is similar to [this](https://github.com/StatisticalRethinkingJulia/MCMCBenchmarks.jl/issues/45) and [this](https://github.com/StatisticalRethinkingJulia/MCMCBenchmarks.jl/issues/45), and as such it could be...

Hello, I get a strange error when setting `parallel = true` in `abc_inference`. So I start by opening a julia REPL, enable julia to use multiple cores and launch jupyterlab:...

Hello, I encountered some errors while trying to `add Queryverse` in an environment I am currently using, so I made a new one but unfortunately the same error appeared again...