Skip to content

Commit

Permalink
models/misc/* no longer separate modules, all imported under misc
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-sadeghi committed Mar 22, 2022
1 parent 5308e10 commit 2f3ad33
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@
'scaled',
'summation',
'product',
]
]


def blank(target):
"""Blank model used in PNM format, acting as a placeholder"""
pass


Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

docstr = Docorator()
logger = logging.getLogger(__name__)

__all__ = [
'random',
'weibull',
Expand Down

0 comments on commit 2f3ad33

Please sign in to comment.