mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-04-30 16:12:22 +02:00
Fix tests for writer
This commit is contained in:
@@ -158,7 +158,7 @@ void test_writing_with_step(
|
||||
// The writer closes the file on destruction.
|
||||
{
|
||||
JFH5Writer writer(
|
||||
"ignore.h5", "detector",
|
||||
"ignore.h5", "/path/to/detector",
|
||||
n_modules, start_pulse_id, stop_pulse_id, step);
|
||||
writer.write(meta.get(), (char*)(&data[0]));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user