Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Jun 13, 2024
1 parent a4ea2b8 commit 5658993
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from hnn_core.gui._viz_manager import _VizManager, _idx2figname
from hnn_core.network import pick_connection
from hnn_core.params import (_extract_drive_specs_from_hnn_params, _read_json,
_read_legacy_params, Params)
_read_legacy_params)
from hnn_core.dipole import _read_dipole_txt

import base64
Expand Down Expand Up @@ -1229,14 +1229,6 @@ def add_connectivity_tab(params, connectivity_out,

def add_drive_tab(params, log_out, drives_out, drive_widgets, drive_boxes, tstop,
layout):
print('Creating net')
print(params)
net = jones_2009_model(params, add_drives_from_params=True)

print('External drives')
print(net.external_drives.keys())
print(net._legacy_mode)

net = jones_2009_model(params)

drive_specs = _extract_drive_specs_from_hnn_params(
Expand Down

0 comments on commit 5658993

Please sign in to comment.