File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
version :
17
17
- ' 1.9'
18
18
- ' 1.10'
19
+ - ' ~1.11.0-0'
19
20
- ' nightly'
20
21
os :
21
22
- ubuntu-latest
Original file line number Diff line number Diff line change 34
34
with :
35
35
version : ' 1.9'
36
36
show-versioninfo : true
37
- - uses : julia-actions/cache@v1
37
+ - uses : julia-actions/cache@v2
38
38
- uses : julia-actions/julia-buildpkg@v1
39
39
env :
40
40
PYTHON : " "
Original file line number Diff line number Diff line change 10
10
- name : Checkout Actions Repository
11
11
uses : actions/checkout@v4
12
12
- name : Check spelling
13
- uses : crate-ci/typos@v1.18.2
13
+ uses : crate-ci/typos@v1.25.0
14
14
with :
15
15
args : --exclude **/*.txt --exclude **/*.pvsm
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ We have filtered them and prepared a file with earthquake locations up to early
31
31
Download that:
32
32
33
33
``` julia
34
- # download_data("","EQ_events_all_info5_LaPalma_2021.dat")
34
+ # download_data("https://zenodo.org/records/10738510/files/EQ_events_all_info5_LaPalma_2021.dat ","EQ_events_all_info5_LaPalma_2021.dat")
35
35
data_EQ = readdlm (" EQ_events_all_info5_LaPalma_2021.dat" )
36
36
```
37
37
@@ -155,4 +155,3 @@ The paraview statefile `/tutorials/LaPalma.pvsm` can be used to reproduce the fo
155
155
---
156
156
157
157
* This page was generated using [ Literate.jl] ( https://github.com/fredrikekre/Literate.jl ) .*
158
-
You can’t perform that action at this time.
0 commit comments