metagraph-dev / mlir-graphblas

MLIR tools and dialect for GraphBLAS
https://mlir-graphblas.readthedocs.io/en/latest/
Apache License 2.0
15 stars 6 forks source link

Select random probability #229

Closed jim22k closed 2 years ago

jim22k commented 2 years ago

NOTE: Major overhaul of graphblas.select

Also Note: The test for this functionality is in test_select_probability.mlir and uses the new functional test goodness, allowing us to actually run a test that exercises the C++ random functions. We should look to replace all the lower_xxx.mlir tests with functional tests in the future.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1408596611


Changes Missing Coverage Covered Lines Changed/Added Lines %
mlir_graphblas/ops.py 10 16 62.5%
<!-- Total: 16 22 72.73% -->
Files with Coverage Reduction New Missed Lines %
mlir_graphblas/src/build.py 2 89.19%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 1399803456: 0.1%
Covered Lines: 3425
Relevant Lines: 4136

💛 - Coveralls