diff --git a/hnn_core/hnn_io.py b/hnn_core/hnn_io.py index 62eae7c67..e4a4a4948 100644 --- a/hnn_core/hnn_io.py +++ b/hnn_core/hnn_io.py @@ -382,8 +382,8 @@ def _order_drives(gid_ranges, external_drives): def dict_to_network(net_data, - read_drives=True, - read_external_biases=True): + read_drives=True, + read_external_biases=True): """ Converts a dict of network configurations to a Network Parameters