We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9394c02 commit 789b0bdCopy full SHA for 789b0bd
1 file changed
blobmodel/blobs.py
@@ -341,7 +341,7 @@ def _propagation_direction_shape(
341
else:
342
x_diffs = x - self._prop_dir_blob_position(t)
343
theta_x = x_diffs / self.width_prop
344
- if theta_x.size != 0 and np.min(np.abs(theta_x)) < 10:
+ if theta_x.size != 0 and np.min(np.abs(theta_x)) > 10:
345
warnings.warn(
346
"Received discretization values of less than 10 blob sizes, possibly a bug"
347
)
0 commit comments