Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmainak committed Apr 1, 2021
1 parent 97a07ca commit 69a8dd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions hnn/qt_psd.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os
import sys
from math import sqrt
from copy import deepcopy

Expand Down
1 change: 0 additions & 1 deletion hnn/qt_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ def plotsimdat(self):
xlim = (first_spec_trial['time'][0],
first_spec_trial['time'][-1])


# set the axes of input histograms to match dipole and spec plots
for ax in hist_axes:
ax.set_xlim(xlim)
Expand Down

0 comments on commit 69a8dd3

Please sign in to comment.