Skip to content

Commit

Permalink
Merge pull request #1 from exoplanet-dev/rodluger-patch-1
Browse files Browse the repository at this point in the history
Update compat.py
  • Loading branch information
dfm authored Mar 10, 2021
2 parents 5282ec6 + b26b9dc commit 13be965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/aesara_theano_fallback/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"sparse",
"tensor",
"change_flags",
"ifelse",
"slinalg",
"ifelse"
]

from . import graph, tensor
Expand Down
2 changes: 1 addition & 1 deletion src/aesara_theano_fallback/compat.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-

__all__ = ["aesara", "sparse", "tensor", "change_flags", "ifelse", "slinalg"]
__all__ = ["aesara", "sparse", "tensor", "change_flags", "ifelse"]


try:
Expand Down

0 comments on commit 13be965

Please sign in to comment.