From fcf4b8d9d6d32c2c3d48093264257e823b1eaf5e Mon Sep 17 00:00:00 2001 From: Malik Date: Thu, 30 Nov 2023 09:31:49 -0700 Subject: [PATCH] make sure parallel test runs --- .github/workflows/ci.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aec303..fba47c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,4 +44,4 @@ jobs: - name: Parallel test run: | cd tests - mpiexec -np 2 python main_from_input.py -i ../inputs/input_test + mpiexec -np 2 python main_from_input.py -i ../uips/inputs/input_test diff --git a/setup.py b/setup.py index 48dfb9f..a39b5bb 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="uips", - version="0.0.5", + version="0.0.6", description="Reduce a large and high-dimensional dataset by downselecting data uniformly in phase space", url="https://github.com/NREL/Phase-space-sampling", author="Malik Hassanaly",