Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into main
  • Loading branch information
axdanbol committed Nov 10, 2023
2 parents e647b57 + 97807db commit 4434964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/popv/context/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def prepare_query(

if options["query_layers_key"] == "raw":
options["query_layers_key"] = None
data.X = data.raw.X
data.X = numpy.rint(data.raw.X)

if options["query_layers_key"] == "X":
options["query_layers_key"] = None
Expand Down

0 comments on commit 4434964

Please sign in to comment.