Closed InnovativeInventor closed 1 year ago
Merging #402 (2de9eaa) into main (b1823d0) will decrease coverage by
1.41%
. The diff coverage is0.00%
.:exclamation: Current head 2de9eaa differs from pull request most recent head d2f67f0. Consider uploading reports for the commit d2f67f0 to get more accurate results
@@ Coverage Diff @@
## main #402 +/- ##
==========================================
- Coverage 87.97% 86.56% -1.42%
==========================================
Files 39 42 +3
Lines 1772 1801 +29
==========================================
Hits 1559 1559
- Misses 213 242 +29
Impacted Files | Coverage Δ | |
---|---|---|
gerrychain/shims/__init__.py | 0.00% <0.00%> (ø) |
|
gerrychain/shims/frcw.py | 0.00% <0.00%> (ø) |
|
gerrychain/shims/serialize.py | 0.00% <0.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update b1823d0...d2f67f0. Read the comment docs.
Closing this for now—we are planning to provide some form of PyO3 bindings for frcw.rs (indeed, some progress has already been made in this direction), which is significantly less brittle than calling the CLI via subprocess
.
This is a PR to add some shims to alternate implementation/sampling methods. These shims can be called from GerryChain Python and behave as a drop-in replacement for normal chain running. The goal is to add shims for:
Example usage