Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Jan 26, 2024
1 parent 86307ec commit 37162af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bluepyopt/tests/test_ephys/test_parameterscalers.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_NrnSegmentSectionDistanceScaler_eval_dist_with_dict():

assert (scaler.eval_dist(values=_values, distance=10)
== '0.5 + (1 - (abs(10 - 8) / 4)) * 1')


@pytest.mark.unit
def test_NrnSegmentSomaDistanceStepScaler_eval_dist_with_dict():
Expand Down

0 comments on commit 37162af

Please sign in to comment.