Skip to content

Commit

Permalink
style: docstring title edit
Browse files Browse the repository at this point in the history
Co-authored-by: Nicholas Tolley <[email protected]>
  • Loading branch information
gtdang and ntolley committed Jul 29, 2024
1 parent 10d8805 commit dea474f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hnn_core/hnn_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def _order_drives(gid_ranges, external_drives):
def dict_to_network(net_data,
read_drives=True,
read_external_biases=True):
""" Converts a dict of network configurations to a Network
"""Converts a dict of network configurations to a Network
Parameters
----------
Expand Down Expand Up @@ -456,7 +456,7 @@ def dict_to_network(net_data,
def read_network_configuration(fname,
read_drives=True,
read_external_biases=True):
""" Read network from a json configuration file.
"""Read network from a json configuration file.
Parameters
----------
Expand Down

0 comments on commit dea474f

Please sign in to comment.