Skip to content

Commit 325ee1f

Browse files
committed
Remove CI debugging
1 parent 4a05428 commit 325ee1f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/15_compression.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#include <iostream>
2525
#include <numeric>
26-
#include <stdexcept>
2726

2827
void run_blosc2_filter_for_hdf5_example();
2928

@@ -288,7 +287,6 @@ int main()
288287
cd_values = [0, 0, 0, 0, 4, 1, 5]
289288
)";
290289
write("hdf5_blosc_filter.%E", hdf5_blosc_filter);
291-
throw std::runtime_error("ACTIVATED BLOSC2 FILTER");
292290
}
293291
#endif // openPMD_HAVE_HDF5
294292
}

examples/15_compression.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ def main():
310310
}
311311

312312
write("hdf5_blosc_filter.%E", hdf5_blosc2_filter)
313-
raise RuntimeError("Selected Blosc2 filter")
314313

315314

316315
main()

0 commit comments

Comments
 (0)