We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fb1a88 commit e3a89d7Copy full SHA for e3a89d7
tests/triangle.rs
@@ -1,6 +1,7 @@
1
use momtrop::{vector::Vector, Edge, Graph, TropicalSamplingSettings};
2
use rand::SeedableRng;
3
4
+/// integrate a massless triangle with LTD and tropicalsampling
5
#[test]
6
fn integrate_massless_triangle() {
7
let weight = 2. / 3.;
0 commit comments