Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
·
69474ad
1
Parent(s):
668e2f9
Comment out df_aligned in fn gradiobee's output
Browse files- radiobee/gradiobee.py +2 -1
radiobee/gradiobee.py
CHANGED
@@ -446,7 +446,8 @@ def gradiobee( # noqa
|
|
446 |
ic("returning para-ali outputs")
|
447 |
# return df_trimmed, output_plot, file_dl, file_dl_xlsx, None, None, df_aligned, df_html
|
448 |
# return df_trimmed, file_dl, file_dl_xlsx, None, None, df_aligned, df_html
|
449 |
-
return df_trimmed, file_dl, file_dl_xlsx, None, None, df_aligned
|
|
|
450 |
|
451 |
# ### proceed with sent align
|
452 |
if sent_ali_algo in ["fast"]:
|
|
|
446 |
ic("returning para-ali outputs")
|
447 |
# return df_trimmed, output_plot, file_dl, file_dl_xlsx, None, None, df_aligned, df_html
|
448 |
# return df_trimmed, file_dl, file_dl_xlsx, None, None, df_aligned, df_html
|
449 |
+
# return df_trimmed, file_dl, file_dl_xlsx, None, None, df_aligned, None
|
450 |
+
return df_trimmed, file_dl, file_dl_xlsx, None, None, None, None
|
451 |
|
452 |
# ### proceed with sent align
|
453 |
if sent_ali_algo in ["fast"]:
|