Skip to content

Commit

Permalink
set default empty dataframe for self._poi_nex_df in NHDNetworks
Browse files Browse the repository at this point in the history
  • Loading branch information
shorvath-noaa committed Sep 11, 2024
1 parent 4aac175 commit c74f889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/troute-network/troute/NHDNetwork.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
self.output_parameters = output_parameters
self.verbose = verbose
self.showtiming = showtiming
self._poi_nex_dict = None
self._poi_nex_df = pd.DataFrame()
self._nexus_dict = None
if self.verbose:
print("creating supernetwork connections set")
Expand Down

0 comments on commit c74f889

Please sign in to comment.