Skip to content

Commit

Permalink
not needed because get_atomic_number issue error already
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Mar 7, 2024
1 parent d894a90 commit b5ad6a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions roentgen/lines/lines.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ def get_edges(element):
edge_list : `astropy.table.QTable`
"""
z = get_atomic_number(element)
if z > 92:
raise ValueError("No data for elements beyond Uranium, z = 92.")

energies = []
columns = []
Expand Down

0 comments on commit b5ad6a3

Please sign in to comment.