Skip to content

Commit deb5a1a

Browse files
committed
minor fix
1 parent 5b656ac commit deb5a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tpcav/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def _new_trainer() -> Any:
345345
# -----------------------------------------------------------------------------
346346
motif_logo_dict = _maybe_build_motif_logo_data_uris(
347347
motif_file if motif_file_fmt == "meme" else None,
348-
selected_motif_concepts,
348+
ranked_motif_concepts,
349349
)
350350
js_payload: dict[str, Any] = {
351351
"motif_file_fmt": motif_file_fmt,

0 commit comments

Comments
 (0)