Skip to content

Commit

Permalink
call parent class init function to properly initialize nc_point_obs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed May 8, 2024
1 parent 51db09f commit 7e9cef9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/python/met/point_nc.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_string_array(nc_group, var_name):
class nc_point_obs(met_point_obs):

def __init__(self, nc_filename=None):
super().__init__()
if nc_filename:
self.read_data(nc_filename)

Expand Down

0 comments on commit 7e9cef9

Please sign in to comment.