Skip to content

Commit

Permalink
Ran black.
Browse files Browse the repository at this point in the history
  • Loading branch information
alekepd committed Apr 16, 2024
1 parent 576df95 commit 2c460fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/aggforce/qp/jgauss.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ def stagedjforcegauss_map(
# contributions.

# we check how big the noise contributions are
remaining_force_residual = np.mean(pmapped_tmap(pmapped_traj).forces**2)
remaining_force_residual = np.mean(pmapped_tmap(pmapped_traj).forces ** 2)
if remaining_force_residual > contribution_tolerance:
warnings.warn(
"Unable to remove all noise contributions in forces. Remaining "
Expand Down
2 changes: 0 additions & 2 deletions tests/test_gaussmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,5 +480,3 @@ def test_cln025_sepforcegauss_mscg_ip(seed: int = rseed) -> None:
]
)
assert np.allclose(KNOWN_PROJS, np.array(gauss_projs), atol=2e-1)


0 comments on commit 2c460fe

Please sign in to comment.