(rng)
| 458 | ), "Slider position (max. value) is incorrect" |
| 459 | |
| 460 | def _verify_range(rng): |
| 461 | # Verify that selection is set correctly |
| 462 | npt.assert_array_almost_equal(rman.get_range(), rng, err_msg="Range is set incorrectly") |
| 463 | |
| 464 | # Set the range and verify that the selection was scaled correctly |
| 465 | rman.set_range(full_range[0], full_range[1]) |
no test coverage detected