-
Hi yihui,
I am trying your runr package in this moment.
My machine is window 7, 32bit...
After I set up the environment path,
I can call julia in the window cmd promt.
The Sys.which("julia") can retu…
-
Date: TBD
Lesson guide: @jpata?
Lesson materials: ___
---
Intro etc.:
- https://github.com/jpata/JuliaForPhysicists
- https://github.com/jpata/JuliaForPhysicists/blob/master/tabular.ipynb
(via http…
-
I am trying to make the RHS of an ODEProblem Enzyme compatible. My function has the signature `(du, u, p, t)` and I try to differentiate `du` for `u` for constant `p` and `t`. I hit the error
```
ERRO…
-
Basically the opposite of #220. I've got a univariate polynomial over a multivariate polynomial ring, and I'd like to convert it into a multivariate polynomial ring with one more variable. How to do t…
-
Every time I execute a source block with Julia (e.g. `C-c C-c`), I get the message `Code block produced no output` The source blocks start a Julia REPL but do not send any lines to it. The error prov…
-
On the other hand, `min_fast` looks fine: For
```
min_tuple(t) = @fastmath foldl(min, t)
max_tuple(t) = @fastmath foldl(max, t)
t = ntuple(Float64, 8)
```
I get
```
julia> @code_llvm debuginfo=:none m…
-
I have julia installed on a Linux-based computing cluster. However, the cluster is rather aggressive about cleaning out files that haven't been used recently, even sometimes getting confused by symlin…
-
Example:
```
julia> Species("#x#3He")
Species("He", 0, 2.8104355262211704e9, 9.87317935205805e-16, 0.0, 3)
```
-
- [X] what version of Makie are you running? => [ee78f7c6] Makie v0.21.9, [e9467ef8] GLMakie v0.10.9
- [X] can you reproduce the bug with a fresh environment? => activate --temp; add GLMakie
- [X] W…
-
Nothing set in stone, but good to know who's working on what:
- [x] Geographic data in Julia @asinghvi17 @evetion
- [ ] Attribute data operations @asinghvi17
- [ ] Spatial data operations
- [ ] …