Skip to content

Commit

Permalink
fixed silly string
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeda-e committed Jul 31, 2021
1 parent f3c046a commit f950a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion membrane_curvature/tests/test_membrane_curvature.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ def test_analysis_mean_no_wrap(self, universe):
select='name PO4',
n_x_bins=3,
n_y_bins=3,
wrap='False').run()
wrap=False).run()
avg_mean = mc.results.average_mean
assert_almost_equal(avg_mean, expected_mean)

Expand Down

0 comments on commit f950a5d

Please sign in to comment.