Update gain-viz/app.py

This commit is contained in:
G gael 2025-09-23 15:30:12 -04:00
parent 3b4f76657c
commit 48e92a7361

View File

@ -215,7 +215,7 @@ def get_gains():
}) })
# ----------------- Main ----------------- # ----------------- Main -----------------
if __name__ == '__main__': def main():
# Ensure placeholder image exists # Ensure placeholder image exists
if not os.path.exists(PLOT_PATH): if not os.path.exists(PLOT_PATH):
plt.figure() plt.figure()