Skip to content

Commit cf22843

Browse files
committed
fix: removed scipy.find_repeats in w_test due to scipy deprecated function. Replaced with numpy.unique
build: removed comment from .toml
1 parent 1c81958 commit cf22843

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
if: github.repository == 'SCECcode/pycsep'
11+
if: github.repository == 'cseptesting/pycsep'
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
fail-fast: false
@@ -48,7 +48,7 @@ jobs:
4848
4949
5050
build_pip:
51-
if: github.repository == 'SCECcode/pycsep'
51+
if: github.repository == 'cseptesting/pycsep'
5252
runs-on: ${{ matrix.os }}
5353
strategy:
5454
fail-fast: false

0 commit comments

Comments
 (0)