Skip to content

Commit 52420f1

Browse files
Fix tests
1 parent c56e06b commit 52420f1

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/generators/nm_generator/test_mixing_normal.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from src.mixtures.nm_mixture import *
88

99

10-
@pytest.mark.ci
1110
class TestMixingNormal:
1211
test_mixture_size = 100000
1312
generator = NMGenerator()

tests/mixtures/nm_mixture/test_nm_mixture.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ def apply_params_grid(func_name, mix_and_distrib):
4040
return result
4141

4242

43-
@pytest.mark.ci
4443
class TestNormalMeanMixturesBasicNormal:
4544
@pytest.fixture
4645
def generate_classic_distributions(self):
@@ -146,7 +145,6 @@ def test_nm_canonical_log_pdf(self, generate_canonical_distributions):
146145
assert result.mean() < 1e-4
147146

148147

149-
@pytest.mark.ci
150148
class TestSkewNormalDistribution:
151149
@pytest.fixture
152150
def generate_classic_distributions(self):

0 commit comments

Comments
 (0)