Skip to content

Commit f677be7

Browse files
committed
Re-add scaling
1 parent 0e6273e commit f677be7

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

tests/test_containers_gpu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def generate_run_kwargs():
2020
num_segments=1
2121
)
2222
test_recording = test_recording.save(name='toy')
23+
test_recording.set_channel_gains(1)
24+
test_recording.set_channel_offsets(1)
2325
run_kwargs = dict(recording=test_recording, verbose=True)
2426
if DOCKER_SINGULARITY == "singularity":
2527
run_kwargs["singularity_image"] = True

tests/test_singularity_containers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ def generate_run_kwargs():
2020
num_segments=1
2121
)
2222
test_recording = test_recording.save(name='toy')
23+
test_recording.set_channel_gains(1)
24+
test_recording.set_channel_offsets(1)
2325
run_kwargs = dict(recording=test_recording, verbose=True)
2426
if DOCKER_SINGULARITY == "singularity":
2527
run_kwargs["singularity_image"] = True

0 commit comments

Comments
 (0)