Skip to content

Commit

Permalink
[TEST] MPL no-display setting no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuboudreau committed May 7, 2018
1 parent 803e168 commit 8a3334a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions AxonDeepSeg/morphometrics/compute_morphometrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@
import json
from skimage import transform
from skimage.filters import gaussian
import matplotlib as mpl
if os.environ.get('DISPLAY','') == '':
print('no display found. Using non-interactive Agg backend')
mpl.use('Agg')
import matplotlib.pyplot as plt
from shutil import copy
import math
Expand Down

0 comments on commit 8a3334a

Please sign in to comment.