Skip to content

Commit

Permalink
Update gusto/diagnostics/diagnostics.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dr Jemma Shipton <[email protected]>
  • Loading branch information
12shughes and jshipton authored Dec 18, 2024
1 parent d486dab commit d3fc2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gusto/diagnostics/diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ def __init__(self, name):
"""
self.field_name = name
self.integral_name = name+"_cumulative"
DiagnosticField.__init__(self, method='assign', required_fields=(self.field_name,))
super().__init__(self, method='assign', required_fields=(self.field_name,))

def setup(self, domain, state_fields):
"""
Expand Down

0 comments on commit d3fc2a3

Please sign in to comment.