Skip to content

Commit 18dec0c

Browse files
[ci] add high l states for all species
1 parent 036b9f8 commit 18dec0c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ jobs:
1616
include:
1717
# use n_max=220 for tags and master, but only n_max=100 for PRs, etc.
1818
- n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 220 || 100 }}
19-
# FIXME: the following species do not yet support high \ell states
20-
- species: Sr87
21-
extra_args: "--skip-high-l"
22-
- species: Yb171
23-
extra_args: "--skip-high-l"
2419
- species: Yb173
25-
extra_args: "--skip-high-l" # FIXME: Yb173 fails for n > 115
2620
n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 115 || 100 }}
2721
name: ${{ matrix.species }}
2822
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)