Skip to content

Commit 3d46c42

Browse files
committed
Delete old debug comment
1 parent 1871561 commit 3d46c42

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nuclearmasses/mass_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ class MassTable:
1919
def __init__(self):
2020
"""Do all of the work at construction."""
2121
self.data_path = importlib.resources.files("nuclearmasses.data")
22-
# print(self.data_path)
2322
self.nubase_years = [1995, 2003, 2012, 2016, 2020]
2423
self.nubase = pd.concat([self._parse_nubase_data(y) for y in self.nubase_years], ignore_index=True)
2524
self.ame_years = [1983, 1993, 1995, 2003, 2012, 2016, 2020]

0 commit comments

Comments
 (0)