Skip to content

Commit

Permalink
Removed seq_shape since it wasn't used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
AvantiShri authored Mar 8, 2019
1 parent 093c25e commit 4ece98a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deeplift/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,6 @@ def compute_scores_with_shuffle_seq_refs(
print(str(references_generated)
+" reference seqs generated")
if isinstance(seq,np.ndarray):
seq_shape=seq.shape
seq=seq.squeeze()
to_run_input_data_seqs.append(seq)
to_run_input_data_refs.append(shuffle_func(seq))
Expand Down

0 comments on commit 4ece98a

Please sign in to comment.