Skip to content

Commit 946056e

Browse files
remove GLM submodule and its test
1 parent 3a02dcc commit 946056e

File tree

10 files changed

+0
-926
lines changed

10 files changed

+0
-926
lines changed

.github/workflows/pytest.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
--ignore=pymc3/tests/test_special_functions.py
5151
--ignore=pymc3/tests/test_updates.py
5252
--ignore=pymc3/tests/test_examples.py
53-
--ignore=pymc3/tests/test_glm.py
54-
--ignore=pymc3/tests/test_glm_utils.py
55-
--ignore=pymc3/tests/test_glm_linear.py
5653
--ignore=pymc3/tests/test_gp.py
5754
--ignore=pymc3/tests/test_model.py
5855
--ignore=pymc3/tests/test_model_func.py
@@ -78,8 +75,6 @@ jobs:
7875
pymc3/tests/test_distributions.py
7976
pymc3/tests/test_distributions_random.py
8077
pymc3/tests/test_examples.py
81-
pymc3/tests/test_glm.py
82-
pymc3/tests/test_glm_utils.py
8378
pymc3/tests/test_gp.py
8479
pymc3/tests/test_model.py
8580
pymc3/tests/test_model_func.py

pymc3/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def __set_compiler_flags():
5252
from pymc3.distributions import *
5353
from pymc3.distributions import transforms
5454
from pymc3.exceptions import *
55-
from pymc3.glm import *
5655
from pymc3.math import (
5756
expand_packed_triangular,
5857
invlogit,

pymc3/glm/__init__.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

pymc3/glm/families.py

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)