Skip to content

Commit

Permalink
capture recent params
Browse files Browse the repository at this point in the history
  • Loading branch information
sshen8 committed Apr 24, 2024
1 parent 1177db9 commit ef41a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions umi_tools/whitelist_methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
import itertools
import collections
import matplotlib
# change back to original user params after plotting
_rcParams_orig = matplotlib.rcParams.copy()
import copy
import regex

Expand Down Expand Up @@ -100,6 +98,8 @@ def getKneeEstimateDensity(cell_barcode_counts,

if plotfile_prefix:

# change back to original user params after plotting
_rcParams_orig = matplotlib.rcParams.copy()
# require to run on systems with no X11
matplotlib.use('Agg')

Expand Down

0 comments on commit ef41a57

Please sign in to comment.