Skip to content

Commit

Permalink
Update nuclide.py
Browse files Browse the repository at this point in the history
Update to include clearance indexes
  • Loading branch information
DaanTBE committed Feb 29, 2024
1 parent 5c01370 commit ea4b66e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pypact/output/nuclide.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ def __init__(self):
self.dose = 0.0
self.ingestion = 0.0
self.inhalation = 0.0
self.clearance_index = 0.0

@property
def name(self):
Expand Down Expand Up @@ -93,6 +94,7 @@ def get_entry(header_name):
self.dose = get_entry('DOSE RATE')
self.ingestion = get_entry('INGESTION')
self.inhalation = get_entry('INHALATION')
self.clearance_index = get_entry('CLEARANCE')


def index_containing_substring(the_list, substring):
Expand Down

0 comments on commit ea4b66e

Please sign in to comment.