From 22117c996eaf9fd3e1e96a1d1d6026c28d264872 Mon Sep 17 00:00:00 2001 From: archis Date: Thu, 14 Nov 2024 09:16:36 -0800 Subject: [PATCH] deploy test abs-timing --- .github/workflows/deploy.yaml | 2 +- tsadar_gui/config.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ccc7e5c..6dba976 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -8,7 +8,7 @@ on: push: branches: - main - - feature/upload-data + - bugfix/abs-timing # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/tsadar_gui/config.py b/tsadar_gui/config.py index 048d66e..771898b 100644 --- a/tsadar_gui/config.py +++ b/tsadar_gui/config.py @@ -500,6 +500,7 @@ def create_default_config(): "fit_IAW": st.checkbox("fit_IAW", value=False), "fit_EPWb": st.checkbox("fit_EPWb", value=True), "fit_EPWr": st.checkbox("fit_EPWr", value=True), + "absolute_timing": st.checkbox("absolute_timing", value=False), "spectype": st.selectbox("spectype", ["temporal"]), }, "PhysParams": {