-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename function to flag internal use (#8)
* rename function to flag internal use * revert function name change and add `A_spd` kwarg * rename `log_prob.py` to `prob.py` * unify docstring for `A_spd` * add workflow for pre-commit and test (#11) * add workflow for pre-commit and test * split dependencies into test and dev * install dev depencies in the workflow * simplify pyproject.toml
- Loading branch information
Showing
3 changed files
with
20 additions
and
9 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,6 +1,6 @@ | ||
from thermox import linalg | ||
from thermox.sampler import sample | ||
from thermox.log_prob import log_prob | ||
from thermox.prob import log_prob | ||
from thermox.utils import preprocess | ||
from thermox.utils import ProcessedDriftMatrix | ||
from thermox.utils import ProcessedDiffusionMatrix |
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