Herman Sletmoen
Herman Sletmoen
Have you tested if both pushing and pulling files work with the Paper Pro?
Thanks! That should not happen. Can you try it with a fresh file? I.e. 1. Sync (so all existing files are up-to-date) 2. Create a *new* file on RM 3....
Do you also have the output from the command executed by the script? Does it say `PUSH (newer on PC)` or `PUSH (added on PC)` (with `--verbose`)? Which PC operating...
Thanks! I will try to take a closer look when I get time.
Thanks for this! Are there some specific steps I can follow to reproduce a situation where this makes a difference?
The issue seems to be just [this line that detects DDEs](https://github.com/SciML/ModelingToolkit.jl/blob/350304686c338318465dfb99ba9db4fd6c960a56/src/systems/abstractsystem.jl#L323), which always assumes single-variable functions.
Yes, let us close it for now. The best design should emerge when pursuing the PDE discretization route. I think https://github.com/SciML/ModelingToolkit.jl/pull/3745 helps me make a short-term workaround to get the...
So maybe an option like `rmirro.py --name=myremarkable 123.456.7.89` that overrides the directory name from `123.456.7.89_backup` to `myremarkable_backup` etc.?
This cancels the odd coefficients: ```julia-repl julia> expand(simplify(T_θ₊ + T_θ₋)) ((2//1)*l*θ - g*(t^2)*sin(θ)) / l ```
Profiling (after running the first code block above): ```julia using ProfileCanvas @profview sol = solve(prob, Tsit5(); dt = 1e-5, adaptive = false, save_everystep = false) ```  The allocations come...