Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkent committed Aug 8, 2024
1 parent 3823fad commit 86a38ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymare/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def variables():

@pytest.fixture(scope="package")
def small_variance_variables(variables):
"""make significant variables."""
"""Make highly correlated variables."""
y, v, X = variables
y = X.copy()
v /= 10
Expand Down

0 comments on commit 86a38ee

Please sign in to comment.