From 27f6ba306f7e13ee6b507ef8726efd3991028968 Mon Sep 17 00:00:00 2001 From: Liyu Xiao Date: Fri, 22 Aug 2025 09:42:16 -0400 Subject: [PATCH] adjusted parameters --- .riahub/workflows/workflow.yaml | 8 ++------ conf/app.yaml | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.riahub/workflows/workflow.yaml b/.riahub/workflows/workflow.yaml index a07fecc..ba0371d 100644 --- a/.riahub/workflows/workflow.yaml +++ b/.riahub/workflows/workflow.yaml @@ -32,16 +32,12 @@ jobs: - name: Install dependencies (incl. RIA Hub utils) run: | set -e - python -m pip install --upgrade pip echo "Trying to install utils from RIA Hub..." - if ! pip install \ + pip install \ --index-url "https://${{ secrets.RIAHUB_USER }}:${{ secrets.RIAHUB_TOKEN }}@git.riahub.ai/api/packages/qoherent/pypi/simple/" \ - utils; then - echo "RIA Hub install failed, falling back to local wheel..." - pip install ./wheels/utils-*.whl - fi + utils pip install -r requirements.txt - name: 1. Generate Recordings diff --git a/conf/app.yaml b/conf/app.yaml index 641ff4b..d9ffc02 100644 --- a/conf/app.yaml +++ b/conf/app.yaml @@ -24,7 +24,7 @@ dataset: snr_step: 3 # Number of iterations (signal recordings) per modulation and SNR combination - num_iterations: 100 + num_iterations: 10 # Modulation scheme settings; keys must match the `modulation_types` list above # Each entry includes: