Skip to content

Commit

Permalink
ENH: natively support Graph in moran module (#293)
Browse files Browse the repository at this point in the history
* ENH: natively support Graph in moran module

* use private s0, s1, s2

* switch to summary

* try loading sacramento ahead of time
  • Loading branch information
martinfleis authored Jul 20, 2024
1 parent bc7cc2f commit 6d47388
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 162 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
jobs:
unittests:
env:
FETCH_DATA: python -c 'from libpysal.examples import load_example as ex; [ex(e) for e in ["columbus", "desmith", "sids2", "stl"]]'
FETCH_DATA: python -c 'from libpysal.examples import load_example as ex; [ex(e) for e in ["columbus", "desmith", "sids2", "stl", "Sacramento1"]]'
RUN_TEST: pytest esda -v -r a -n auto --cov esda --cov-report xml --color yes --cov-append --cov-report term-missing
name: CI (${{ matrix.os }}, ${{ matrix.environment-file }})
runs-on: ${{ matrix.os }}
Expand Down
Loading

0 comments on commit 6d47388

Please sign in to comment.