-
-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs for solving the heat equation: extract solution #349
Labels
bug
Something isn't working
Comments
Thank you for posting this issue. |
We've been actively working to remedy the |
Is this solved? I see that the potential fix @cmhyett mentioned is merged. |
This problem is solved when updating the package today. Great! I can close the issue if that's ok with everyone. My environment that works contains the following: [717857b8] DSP v0.7.9
⌃ [31c24e10] Distributions v0.25.104
⌅ [5b8099bc] DomainSets v0.6.7
⌃ [634d3b9d] DrWatson v2.13.0
[38e38edf] GLM v1.9.0
[09f84164] HypothesisTests v0.11.0
[b964fa9f] LaTeXStrings v1.3.1
[94925ecb] MethodOfLines v0.10.6
[961ee093] ModelingToolkit v8.75.0
⌃ [85f8d34a] NCDatasets v0.14.0
⌃ [1dea7af3] OrdinaryDiffEq v6.68.2
⌃ [f0f68f2c] PlotlyJS v0.18.11
⌃ [91a5bcdd] Plots v1.39.0
[1986cc42] Unitful v1.19.0 |
closing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug 🐞
When running the Solving the Heat Equation example in the docs, I got errors when trying to extract the solution.
Expected behavior
I expected to be able to run the provided code without error. I made some adjustments to extract the code (see snippet of code below).
Minimal Reproducible Example 👇
A snippet of the full code:
Error & Stacktrace⚠️
Error related to
issymbollike
.Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: