Skip to content

Commit 4ea9d1a

Browse files
committed
Update download_gammaspec_betaminus_alpha.py
1 parent 880a6f9 commit 4ea9d1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

artisatomic/download_gammaspec_betaminus_alpha.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def process_table(z: int, a: int, outpath: Path, textdata, dfbetaminus: pl.DataF
128128

129129

130130
def main():
131-
PYDIR = Path(__file__).parent.resolve()
132-
atomicdata = pl.read_csv(PYDIR / "atomic_properties.txt", separator=" ", comment_prefix="#", null_values="NA")
133131
elsymbols = at.get_elsymbolslist()
134132

135133
outfolder = Path(__file__).parent.parent.absolute() / "artis_files" / "data"

0 commit comments

Comments
 (0)