Skip to content

Commit

Permalink
Cleanup distributions/multivariate structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Nov 7, 2024
1 parent f4ba999 commit 2fec2fc
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion pymc_experimental/distributions/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
Skellam,
)
from pymc_experimental.distributions.histogram_utils import histogram_approximation
from pymc_experimental.distributions.multivariate import R2D2M2CP
from pymc_experimental.distributions.multivariate.r2d2m2cp import R2D2M2CP
from pymc_experimental.distributions.timeseries import DiscreteMarkovChain

__all__ = [
Expand Down
3 changes: 0 additions & 3 deletions pymc_experimental/distributions/multivariate/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
from pymc_experimental.distributions.multivariate.r2d2m2cp import R2D2M2CP

__all__ = ["R2D2M2CP"]
19 changes: 0 additions & 19 deletions tests/distributions/__init__.py
Original file line number Diff line number Diff line change
@@ -1,19 +0,0 @@
# Copyright 2022 The PyMC Developers
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.


from pymc_experimental.distributions import histogram_utils
from pymc_experimental.distributions.histogram_utils import histogram_approximation

__all__ = ["histogram_utils", "histogram_approximation"]
Empty file.
File renamed without changes.

0 comments on commit 2fec2fc

Please sign in to comment.