Skip to content

Commit

Permalink
Update thermox/prob.py
Browse files Browse the repository at this point in the history
Co-authored-by: SamDuffield <34280297+SamDuffield@users.noreply.github.com>
  • Loading branch information
KaelanDt and SamDuffield authored May 9, 2024
1 parent 74db602 commit 1b9aeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thermox/prob.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def log_prob_identity_diffusion(
A: drift matrix (Array or thermox.ProcessedDriftMatrix).
b: drift displacement vector.
Returns:
log probability of given xs.
Scalar log probability of given xs.
"""
if isinstance(A, Array):
A = preprocess_drift_matrix(A)
Expand Down

0 comments on commit 1b9aeda

Please sign in to comment.