You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running uv run bin/report auc abdullah_freres leads to this error:
Traceback (most recent call last):
File "/Users/jtim/Dropbox/Mac/Documents/DLSS/DLME/dlme-airflow/bin/report", line 44, in <module>
main(opts)
File "/Users/jtim/Dropbox/Mac/Documents/DLSS/DLME/dlme-airflow/bin/report", line 28, in main
print(mapping_report(**params))
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/jtim/Dropbox/Mac/Documents/DLSS/DLME/dlme-airflow/dlme_airflow/tasks/mapping_report.py", line 262, in mapping_report
with open(input_file, "r") as file:
^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'None/output-auc-general-abdullah-freres.ndjson'
The text was updated successfully, but these errors were encountered:
Running
uv run bin/report auc abdullah_freres
leads to this error:The text was updated successfully, but these errors were encountered: