Skip to content

Commit 2fec2fc

Browse files
committed
Cleanup distributions/multivariate structure
1 parent f4ba999 commit 2fec2fc

File tree

5 files changed

+1
-23
lines changed

5 files changed

+1
-23
lines changed

pymc_experimental/distributions/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
Skellam,
2525
)
2626
from pymc_experimental.distributions.histogram_utils import histogram_approximation
27-
from pymc_experimental.distributions.multivariate import R2D2M2CP
27+
from pymc_experimental.distributions.multivariate.r2d2m2cp import R2D2M2CP
2828
from pymc_experimental.distributions.timeseries import DiscreteMarkovChain
2929

3030
__all__ = [
Original file line numberDiff line numberDiff line change
@@ -1,3 +0,0 @@
1-
from pymc_experimental.distributions.multivariate.r2d2m2cp import R2D2M2CP
2-
3-
__all__ = ["R2D2M2CP"]

tests/distributions/__init__.py

-19
Original file line numberDiff line numberDiff line change
@@ -1,19 +0,0 @@
1-
# Copyright 2022 The PyMC Developers
2-
#
3-
# Licensed under the Apache License, Version 2.0 (the "License");
4-
# you may not use this file except in compliance with the License.
5-
# You may obtain a copy of the License at
6-
#
7-
# http://www.apache.org/licenses/LICENSE-2.0
8-
#
9-
# Unless required by applicable law or agreed to in writing, software
10-
# distributed under the License is distributed on an "AS IS" BASIS,
11-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
# See the License for the specific language governing permissions and
13-
# limitations under the License.
14-
15-
16-
from pymc_experimental.distributions import histogram_utils
17-
from pymc_experimental.distributions.histogram_utils import histogram_approximation
18-
19-
__all__ = ["histogram_utils", "histogram_approximation"]

tests/distributions/multivariate/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)