Skip to content

Commit 2da6045

Browse files
committed
Reference known issues in README file
1 parent b64a8af commit 2da6045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ TableYear
116116
If you have ideas for additional functionality or find bugs please create an [issue](https://github.com/php1ic/nuclearmasses/issues) or better yet a [pull request](https://github.com/php1ic/nuclearmasses/pulls).
117117

118118
## Known issues
119-
- The half life from the NUBASE data is stored as the individual elements, a column with the value in seconds would be useful
119+
- [#5] The half life from the NUBASE data is stored as the individual elements, a column with the value in seconds would be useful
120120
```python
121121
>>> df[(df['A'] == 14) & (df['Symbol'] == 'C')][['HalfLifeValue', 'HalfLifeUnit', 'HalfLifeError']]
122122
HalfLifeValue HalfLifeUnit HalfLifeError
@@ -129,8 +129,8 @@ TableYear
129129
2016 5.70 ky 0.03
130130
2020 5.70 ky 0.03
131131
```
132-
- The decay mode field from the NUBASE data is stored 'as-is' from the file.
132+
- [#6] The decay mode field from the NUBASE data is stored 'as-is' from the file.
133133
It looks like it can be split on the ';' character for isotopes where there is more than one mode.
134134
A dictionary of {decay mode: fraction} may be the best way to store all of this information.
135-
- Information from anything other than the ground state of an isotope is ignored when parsing the NUABSE file.
135+
- [#7] Information from anything other than the ground state of an isotope is ignored when parsing the NUABSE file.
136136
The selection of what is and what is not included appears random to me which is why I simply ignored for the moment.

0 commit comments

Comments
 (0)