Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lenatr99 committed May 29, 2024
1 parent 58a7e3e commit 5598a62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion orangecontrib/single_cell/widgets/load_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,4 +775,5 @@ def append_source_name(data, name):
# since we added new column to metas
with data.unlocked(data.metas):
data[:, source_var] = np.full((len(data), 1), 0, dtype=object)
return data, source_var
return data, source_var

3 changes: 2 additions & 1 deletion orangecontrib/single_cell/widgets/owloaddata.py
Original file line number Diff line number Diff line change
Expand Up @@ -715,4 +715,5 @@ def main(argv=None):


if __name__ == "__main__":
sys.exit(main(sys.argv))
sys.exit(main(sys.argv))

0 comments on commit 5598a62

Please sign in to comment.