Dennis Hoelgaard Bal
Dennis Hoelgaard Bal
+1 that this would be a great addition
I am also getting this error. My situation is that I am remote-accessing a computer. Yesterday things were fine, but today, I have lost GPU support, and I am unable...
``` julia> using GLMakie julia> using Distributions julia> using GLMakie julia> plot(MvNormal([1.0, 2.0], [3.0, 4.0])) ERROR: MethodError: no method matching iterate(::DiagNormal) Closest candidates are: iterate(::Union{LinRange, StepRangeLen}) at C:\Users\Dennis Bal\.julia\juliaup\julia-1.7.2+0~x64\share\julia\base\range.jl:826 iterate(::Union{LinRange,...
Still an issue on Julia 1.7.1, Windows 11: ``` julia> versioninfo() Julia Version 1.7.1 Commit ac5cc99908 (2021-12-22 19:35 UTC) OS: Windows (x86_64-w64-mingw32) CPU: Intel(R) Core(TM) i5-8265U CPU @ 1.60GHz WORD_SIZE:...
I tried to look for where it gets exported, and the only credible culprit seems to be https://github.com/KronosTheLate/DSP.jl/blob/stop_export_of_fftfreq/src/periodograms.jl. Even though this module does not explicitly export fftfreq, is it possible...
I have since realized that one simply divides through by s^(m or n - 1) and replaces s with z to get to the lower line, so that it makes...
I also faced this issue. Here is my environment for reproducibility: ``` (DennisBachelorProject) pkg> st Status `~/DennisBachelorProject/Project.toml` [cbdf2221] AlgebraOfGraphics v0.6.4 [fbb218c0] BSON v0.3.5 [a80a1652] BenchmarkHistograms v0.2.0 [5d742f6a] CSVFiles v1.0.1 [052768ef]...
I am using overleaf, so I do not have a local installation... But thanks for your tips. Could a section in the readme on how to not clutter the latex...
How difficult would it be to add the Julia language to the `listings` package, to allow what one can currently do for Python?: `\begin{lstlisting}[language=Python]`, from [this](https://www.overleaf.com/learn/latex/Code_listing) overleaf example page.
And he is e-mailed. I will keep this issue open until there is some description of how to handle the problem is the readme.md, or in case Julia is supported...