We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcdf281 commit 929289fCopy full SHA for 929289f
.github/workflows/test.yml
@@ -114,6 +114,7 @@ jobs:
114
runs-on: ubuntu-24.04
115
env:
116
UV_FROZEN: 1
117
+ ARTISATOMIC_TESTMODE: 1
118
timeout-minutes: 45
119
name: test ${{ matrix.testname }}
120
artisatomic/readkuruczdata.py
@@ -8,7 +8,7 @@
8
hc_in_ev_cm = 0.0001239841984332003
9
10
kuruczdatapath = Path(__file__).parent.absolute() / ".." / "atomic-data-kurucz"
11
-if os.environ["ARTISATOMIC_TESTMODE"] == "1":
+if os.environ.get("ARTISATOMIC_TESTMODE") == "1":
12
kuruczdatapath = kuruczdatapath / "test_sample"
13
14
0 commit comments