Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vickydaiya committed Nov 6, 2023
1 parent 4f2d1c3 commit e8b15b6
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 @@ -144,7 +144,7 @@ def _find_in_dir(

def normalize_var_names(
self, data: scanpy.AnnData, options: PopvOptions
) -> t.Tuple[scanpy.AnnData, pandas.Index]:
) -> scanpy.AnnData:
lookup = self.load_ensemble_lookup(options)
names = data.var_names

Expand Down

0 comments on commit e8b15b6

Please sign in to comment.