Skip to content

Commit

Permalink
chore: style fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Raney <[email protected]>
  • Loading branch information
hellkite500 and aaraney authored Jun 24, 2024
1 parent 04cbb5c commit 8cf20ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ngen_cal/src/ngen/cal/ngen.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def __init__(self, **kwargs):
shutil.copy(self.realization, str(self.realization)+'_original')

#Read the catchment hydrofabric data
if(self.hydrofabric is not None):
if self.hydrofabric is not None:
#Reading hydofabric from geopackage
self._catchment_hydro_fabric = gpd.read_file(self.hydrofabric, layer='divides')
self._catchment_hydro_fabric.set_index('divide_id', inplace=True)
Expand Down

0 comments on commit 8cf20ba

Please sign in to comment.