Skip to content

Commit 9a7eeb5

Browse files
author
Feras A Saad
committed
Improve name of test to fix for #623 indicating fresh row.
1 parent 0003bd2 commit 9a7eeb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_loom_simulate_bivariate_gaussian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_mix_ratio(seed):
123123

124124
@pytest.mark.xfail(strict=True, reason='no populate data for new row, #623.')
125125
@stochastic(max_runs=1, min_passes=1)
126-
def test_simulate_y_from_partially_populated_row(seed):
126+
def test_simulate_y_from_partially_populated_fresh_row(seed):
127127
means = ((0,20), (20,0))
128128
sample_size = 50
129129
mix_ratio = [0.7, 0.3]

0 commit comments

Comments
 (0)