Skip to content

Commit

Permalink
avoiding redundancies
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandut committed Oct 29, 2024
1 parent ed90f6c commit 968a254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pydeseq2/utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import copy
import itertools
import multiprocessing
import re
Expand Down Expand Up @@ -1830,7 +1829,6 @@ def process_design_factors(

single_design_factors = list(dict.fromkeys(extracted_single_factors))
# Store design factors as a list for later reuse in contrast
design_factors_list = copy.deepcopy(design_factors)
design_factors = "~" + "+".join(design_factors)

# Handle the case where the user provides a formula or a single column.
Expand Down

0 comments on commit 968a254

Please sign in to comment.