Skip to content

Commit ad3e539

Browse files
[ci] calc high l for all species
1 parent d8889f4 commit ad3e539

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/generate_database.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,6 @@ 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"
24-
- species: Yb173
25-
extra_args: "--skip-high-l" # FIXME: Yb173 fails for n > 115
26-
n_max: ${{ (startsWith(github.ref, 'refs/tags/') || contains(github.ref, 'master')) && 115 || 100 }}
2719
name: ${{ matrix.species }}
2820
runs-on: ubuntu-latest
2921
timeout-minutes: 300

0 commit comments

Comments
 (0)