Skip to content

Commit

Permalink
Merge 2e8e26e into faa5bab
Browse files Browse the repository at this point in the history
  • Loading branch information
jessdtate committed May 3, 2023
2 parents faa5bab + 2e8e26e commit 40346c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
continue-on-error: true
run: |
pip install --editable ./
pytest
pytest --cov=UncertainSCI
- name: Upload coverage data to coveralls.io
run: |
Expand Down
2 changes: 1 addition & 1 deletion demos/build_pce_exp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# # Distribution setup

# Number of parameters
dimension = 1
dimension = 3

# Specifies exponential distribution
lbd = 3*np.ones(dimension)
Expand Down

0 comments on commit 40346c0

Please sign in to comment.