File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 branches :
55 - ' master'
66 - ' release-'
7- tags : ' *'
7+ tags :
8+ - ' *'
89 pull_request :
910 release :
1011 types : [published]
1718 fail-fast : false
1819 matrix :
1920 version :
20- - ' 1.7 '
21+ - ' 1.10 '
2122 - ' 1'
2223 os :
2324 - ubuntu-latest
Original file line number Diff line number Diff line change 55 branches :
66 - ' master'
77 - ' release-'
8- tags : ' *'
8+ tags :
9+ - ' *'
910 pull_request :
1011 release :
1112 types : [published]
Original file line number Diff line number Diff line change 66 name : Paper Draft
77 steps :
88 - name : Checkout
9- uses : actions/checkout@v3
9+ uses : actions/checkout@v4
1010 - name : Build draft PDF
1111 uses : openjournals/openjournals-draft-action@master
1212 with :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ LinearAlgebra = "1"
2222PlotlyJS = " 0.18"
2323SpecialFunctions = " 1, 2"
2424StaticArrays = " 1"
25- julia = " 1.7 "
25+ julia = " 1.10 "
2626
2727[extras ]
2828BEAST = " bb4162c7-ba94-5a20-af32-d8ec4428bdd1"
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ function (lc::Excitation)(p)
2929end
3030
3131BEAST. cross (:: BEAST.NormalVector , p:: Excitation ) = CrossTraceMW (p)
32+ BEAST. scalartype (p:: Excitation ) = eltype (p. embedding)
3233
3334
3435# ----- variables used in all tests
You can’t perform that action at this time.
0 commit comments