Skip to content

Commit

Permalink
BugFix: change in signature of loompy.create().
Browse files Browse the repository at this point in the history
  • Loading branch information
bramvds committed Nov 28, 2018
1 parent 8c3ab67 commit e4cd5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyscenic/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def fetch_logo(context):
# information from disk can only be achieved via column selection. For the ranking databases this is of utmost
# importance.
fh = lp.create(filename=out_fname,
matrix=ex_mtx.T.values,
layers=ex_mtx.T.values,
row_attrs=row_attrs,
col_attrs=column_attrs,
file_attrs=general_attrs)
Expand Down

0 comments on commit e4cd5f9

Please sign in to comment.