Skip to content

Commit

Permalink
Update kinisi/diffusion.py
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew McCluskey <[email protected]>
  • Loading branch information
Harry-Rich and arm61 authored Dec 11, 2024
1 parent fb71af6 commit f0fde91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kinisi/diffusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def posterior_predictive(self,
else:
iterator = samples_to_draw

# Testing unit consistency for mu and covariance before producing mv
# Checking unit consistency for mu and covariance
try:
ppd_unit**2 == self._covariance_matrix.unit
except:
Expand Down

0 comments on commit f0fde91

Please sign in to comment.