Skip to content

Commit

Permalink
Need to defined is_configured ahead of time
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Aug 30, 2024
1 parent 43e5520 commit 54275c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/Processes/DarkNewsTables/DarkNewsCrossSection.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ def __init__(
):
DarkNewsCrossSection.__init__(self) # C++ constructor

self.is_configured = False
self.ups_case = ups_case
self.tolerance = tolerance
self.interp_tolerance = interp_tolerance
Expand Down

0 comments on commit 54275c2

Please sign in to comment.