We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1871561 commit 3d46c42Copy full SHA for 3d46c42
nuclearmasses/mass_table.py
@@ -19,7 +19,6 @@ class MassTable:
19
def __init__(self):
20
"""Do all of the work at construction."""
21
self.data_path = importlib.resources.files("nuclearmasses.data")
22
- # print(self.data_path)
23
self.nubase_years = [1995, 2003, 2012, 2016, 2020]
24
self.nubase = pd.concat([self._parse_nubase_data(y) for y in self.nubase_years], ignore_index=True)
25
self.ame_years = [1983, 1993, 1995, 2003, 2012, 2016, 2020]
0 commit comments