We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b656ac commit deb5a1aCopy full SHA for deb5a1a
1 file changed
tpcav/report.py
@@ -345,7 +345,7 @@ def _new_trainer() -> Any:
345
# -----------------------------------------------------------------------------
346
motif_logo_dict = _maybe_build_motif_logo_data_uris(
347
motif_file if motif_file_fmt == "meme" else None,
348
- selected_motif_concepts,
+ ranked_motif_concepts,
349
)
350
js_payload: dict[str, Any] = {
351
"motif_file_fmt": motif_file_fmt,
0 commit comments