Skip to content

Commit

Permalink
removed unncessary import libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
parulv1 committed Aug 26, 2021
1 parent 6b79633 commit 111c28a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion spectrome/forward/runforward.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
""" running the ntf over a range of frequencies."""
from ..forward import network_transfer as nt
import time as time
import numpy as np

def run_local_coupling_forward(brain, params, freqs):
Expand Down
2 changes: 1 addition & 1 deletion spectrome/notebooks/run_model_example.ipynb

Large diffs are not rendered by default.

0 comments on commit 111c28a

Please sign in to comment.