-
-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e6a433
commit 689d8c4
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
from .heaviside_assembias import HeavisideAssembias | ||
from .free_split_assembias import FreeSplitAssembias | ||
from .continuous_assembias import ContinuousAssembias | ||
from .free_split_assembias import FreeSplitAssembias |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
689d8c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mclaughlin6464 - sorry about this, but I just saw where your function uses
bounds_enforcing_decorator_factory
. However, I deleted this feature with PR #834 because nobody was using this decorator and I got complaints that it was cluttered. If you want to reimplement it, you can just copy-and-paste the code deleted in this commit: 41ebd71. Otherwise, it might make for easier-to-read code if you just implement bounds-clipping directly in the relevant function's namespace.689d8c4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.