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": {