Skip to content

Commit

Permalink
Removed unused code, fas module changed to address issue #40.
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva committed Feb 5, 2022
1 parent e50e2ce commit e438529
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions bbp/comps/fas.py
Original file line number Diff line number Diff line change
Expand Up @@ -931,20 +931,6 @@ def run_scenario(self):
t2 = time.time()
print("%10.2f s" % (t2 - t1))

## Create comparison plot
#max_syn_freq = 1.0 / (syn_dt * 2)
#hfreq = min(max_syn_freq, site.high_freq_corner)
#sim_file = os.path.join(a_outdir_fas,
# "%d.%s.smc8.smooth.fs.col" %
# (self.sim_id, site.scode))
#outfile = os.path.join(a_outdir_fas,
# "%d.%s.fas.plot.png" %
# (self.sim_id, site.scode))
#plot_fas_comparison(site.scode, sim_file,
# self.sim_id, outfile,
# lfreq=site.low_freq_corner,
# hfreq=hfreq)

# All done, restore working directory
os.chdir(old_cwd)

Expand Down

0 comments on commit e438529

Please sign in to comment.