Skip to content

Commit fc06d06

Browse files
committed
fix: simplify
1 parent 08c9c56 commit fc06d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/amor/pipeline_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def test_save_reduced_orso_file(output_folder: Path):
121121
wf[Filename[ReferenceRun]] = data.amor_run(4152)
122122
wf[QBins] = sc.geomspace(dim="Q", start=0.01, stop=0.06, num=201, unit="1/angstrom")
123123
r = wf.compute(ReflectivityOverQ)
124-
_, (s, *_) = scale_reflectivity_curves_to_overlap(
124+
_, (s,) = scale_reflectivity_curves_to_overlap(
125125
[r.hist()],
126126
critical_edge_interval=(
127127
sc.scalar(0.01, unit='1/angstrom'),

0 commit comments

Comments
 (0)