Skip to content

Commit

Permalink
fix notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmontoya committed Aug 2, 2023
1 parent 51d5095 commit b653323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/euler_1d_gauss_collocation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"\n",
"results_path = save_project(conservation_law,\n",
" spatial_discretization, exact_sol, form, (0.0, T),\n",
" \"results/euler_1d_sse/\", overwrite=true, clear=true)\n",
" \"results/euler_1d/\", overwrite=true, clear=true)\n",
"\n",
"dt=T/1000;"
]
Expand Down

2 comments on commit b653323

@tristanmontoya
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/88899

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.8 -m "<description of version>" b65332361cae85f770ba4c06ae0ab458fbf5124d
git push origin v0.1.8

Please sign in to comment.