[BUG] Julia 1.7 issue - Error message ERROR: type DataType has no field mutable
when trying to run WorkPrecisionSet
for SciML benchmarks
#446
Labels
description
I am trying to Weave a file to html that runs the
WorkPrecisionSet
function from the SciMLOrdinaryDiffEq
package. I am using Julia 1.7. I am including a file with some sample Weave code to hopefully replicate the issue.So when I run the julia code--in the attached file--from the terminal using VSCODE, then it works just fine. In particular the function
WorkPrecisionSet
works just fine. I can generate the plot and all is good. But, when I try and run this julia code when embedded in a Weavefile, it generates this messageERROR: type DataType has no field mutable
.I tried to use the
WorkPrecisionSet
on two separate Weavefiles, and both of them failed at that same point.Here is a picture of the Weave html output.
versions
Julia 1.7
Weave 0.10.9
minimum reproducible steps
Here is a minimal jmd example. This is code from this link in the SciML benchmarks repo.
https://github.com/SciML/SciMLBenchmarks.jl/blob/master/benchmarks/NonStiffODE/linear_wpd.jmd
I attached the file below, but had to change the extension to
.txt
instead of.jmd
.linear_wpd.txt
The text was updated successfully, but these errors were encountered: