Skip to content

Commit d368305

Browse files
committed
dsaf
1 parent 23b1e3e commit d368305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymbar/mbar_solvers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def _mbar_loss_and_grad_numba_python(
165165

166166

167167
# JIT compile with numba if available
168-
if _numba_available and nb is not None:
168+
if _numba_available:
169169
_mbar_loss_and_grad_numba_parallel = nb.njit(fastmath=True, parallel=True)(
170170
_mbar_loss_and_grad_numba_python
171171
)

0 commit comments

Comments
 (0)