We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f54a6c commit 0434750Copy full SHA for 0434750
mlip_testing/app/build_app.py
@@ -248,6 +248,10 @@ def build_full_app(full_app: Dash) -> None:
248
"""
249
# Get layouts and tables for each test, grouped by categories
250
all_layouts, all_tables = get_all_tests()
251
+
252
+ if not all_layouts:
253
+ raise ValueError("No tests were built successfully")
254
255
# Combine tests into categories and create category summary
256
category_layouts, category_tables = build_category(all_layouts, all_tables)
257
# Build overall summary table
0 commit comments