Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
mpl bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar committed May 4, 2021
1 parent e8eb007 commit e705724
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mesmerize/viewer/modules/batch_run_modules/CNMFE.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,6 @@ def __init__(self, batch_dir, UUID, viewer_ref):
self.viewer_ref = viewer_ref
self.cnmfe_results = {}

visualization.mpl.use('TkAgg')

filename = os.path.join(batch_dir, str(UUID))

if pickle.load(open(filename + '.params', 'rb'))['do_corr_pnr']:
Expand Down

0 comments on commit e705724

Please sign in to comment.