Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I have renamed and rebuilt all the tutorials as suggested in #60.
Here are some problems, which I could not solve by installing the needed packages (I have not modified any of the
*.jmd
files intutorials/
except of renaming them).introduction/05-formatting-plots
:The line
leads to this error:
models/06-pendulum_bayesian_inference
gives some warnings when building withWeave.jl
:I don't know if this is relevant...
ode_extras/01-ModelingToolkit
: I'm unable to installPuMaS.jl
:type_handling/01-number_types
: There are two errors.gives
and
gives
which seems to be somewhat expected from that
#Fails
comment.type_handling/01-number_types
gives two errors:The line
results in
And the code
gives
Furthermore, I was unable to build the PDFs for the following tutorials because of LaTeX errors:
models/03-diffeqbio_I_introduction
models/04-diffeqbio_II_networkproperties
models/06-pendulum_bayesian_inference
models/07-outer_solar_system
Is that something that should be reported to
Weave.jl
?