-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reorganize examples #77
Conversation
Codecov Report
@@ Coverage Diff @@
## master #77 +/- ##
=======================================
Coverage 61.41% 61.41%
=======================================
Files 5 5
Lines 368 368
=======================================
Hits 226 226
Misses 142 142 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
…gitignore and add Meshes to Project.toml
There is still one issue here, which is the warning in the log.
This should be a bug in |
Additionally, there is another issue where all the examples have been moved from the 'examples' folder to 'docs', and the dependency has been changed to My question is, whether it is necessary to maintain a version of |
There is one more strange thing, when running this command on my computer:
There is a strange error in my log, which did not appear in the GitHub action.
Can I trouble you to help test and see if the same error occurs? @henry2004y |
Even though all the examples can be run interactively by changing |
I have a similar issue yesterday. pkg> add TestParticle#master After we register a new patch this is no longer an issue. |
Benchmark resultJudge resultBenchmark Report for /home/runner/work/TestParticle.jl/TestParticle.jlJob Properties
ResultsA ratio greater than
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfoTarget
Baseline
Target resultBenchmark Report for /home/runner/work/TestParticle.jl/TestParticle.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Baseline resultBenchmark Report for /home/runner/work/TestParticle.jl/TestParticle.jlJob Properties
ResultsBelow is a table of this job's results, obtained by running the benchmarks.
Benchmark Group ListHere's a list of all the benchmark groups executed by this job:
Julia versioninfo
Runtime information
|
I have the same issue, which does not happen for my other package Vlasiator demo. Based on a quick scan the json files are identical... Maybe we can ignore that for now, leave an issue and fix it later. |
Move examples into docs with WGLMakie support. Handle #71 and #74.
With these changes, each example takes a separate page and generates < 21 MB html file. We won't have outdated demos anymore!