Skip to content

Commit

Permalink
Ensure that dirname is used as a directory name.
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Nowotny committed Jan 12, 2021
1 parent 6e2347f commit aa63d86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/exp1_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
from helper import *

def exp1_plots(state_bufs, spike_t, spike_ID, plot_raster, plot_sdf, t_total, dt, n_glo, n, N, dirname, label):
dirname= dirname+"/"
dt_sdf= 1.0
sigma_sdf= 300.0

# Doing some plots
for pop in plot_raster:
plt.figure()
Expand Down

0 comments on commit aa63d86

Please sign in to comment.