Skip to content

Commit

Permalink
make sure parallel test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
malihass committed Nov 30, 2023
1 parent 94cb11e commit fcf4b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fcf4b8d

Please sign in to comment.