Skip to content

Commit

Permalink
pin statsforecast to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wangcj05 committed Oct 3, 2024
1 parent 8f68265 commit 7a3531e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ concurrency:

jobs:
Test-RAVEN-Linux:
# runs-on: ubuntu-latest
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
# runs-on: ubuntu-22.04
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test RAVEN
# if: always()
continue-on-error: true # numba library cause autoarma failed for latest ubuntu
# continue-on-error: true # numba library cause autoarma failed for latest ubuntu
run: |
./run_tests --library-report
./run_tests -j4 --raven
Expand All @@ -57,6 +57,7 @@ jobs:
Test-RAVEN-macOS:
runs-on: macos-latest
# runs-on: macos-14
steps:
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
Expand Down Expand Up @@ -89,6 +90,7 @@ jobs:
- name: Test RAVEN
# if: always()
continue-on-error: true
run: |
./run_tests --library-report
./run_tests -j4 --raven
Expand Down
2 changes: 1 addition & 1 deletion dependencies.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Note all install methods after "main" take
<imageio source="pip">2.22</imageio>
<line_profiler optional='True'/>
<!-- <ete3 optional='True'/> -->
<statsforecast source="pip"/>
<statsforecast>1.7</statsforecast>
<pywavelets optional='True'>1.2</pywavelets>
<python-sensors source="pip"/>
<numdifftools source="pip">0.9</numdifftools>
Expand Down
2 changes: 1 addition & 1 deletion tests/framework/PostProcessors/TSACharacterizer/tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
type = OrderedCSV
output = 'Basic/chz.csv'
windows_gold = 'Basic/windowsChz.csv'
mac_gold = 'Basic/macChz.csv'
#mac_gold = 'Basic/macChz.csv' # for macos M1-M3
rel_err = 1.5e-1 # limited by ARMA__signal_fa__constant
zero_threshold = 1e-12
[../]
Expand Down

0 comments on commit 7a3531e

Please sign in to comment.