Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated functionality for add_rfree and copy_rfree #170

Merged
merged 8 commits into from
Jul 30, 2022
2 changes: 1 addition & 1 deletion tests/utils/test_rfree.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def test_copy_rfree_errors(data_fmodel):
rs.utils.copy_rfree(data_fmodel, data_fmodel)

# Raise ValueError because "missing key" is missing,
# even though "R-free-flags" is present
# even though "R-free-flags" exists
JBGreisman marked this conversation as resolved.
Show resolved Hide resolved
data_with_standard_rfree = rs.utils.add_rfree(data_fmodel, inplace=False)
with pytest.raises(ValueError):
rs.utils.copy_rfree(
Expand Down