diff --git a/python/tests/data/example_crispri_v2_sample.fastq.gz b/python/tests/data/example_crispri_v2_sample.fastq.gz new file mode 100644 index 0000000..0ee084d Binary files /dev/null and b/python/tests/data/example_crispri_v2_sample.fastq.gz differ diff --git a/src/execution_result.rs b/src/execution_result.rs index 4a20c97..62445b0 100644 --- a/src/execution_result.rs +++ b/src/execution_result.rs @@ -94,11 +94,6 @@ impl ExecutionResult { } /// Convert to Arrow Table - // ignore deprecated warning for `to_arrow` method - #[deprecated( - since = "0.22.7", - note = "Please use `to_arrow_table` instead. This method will be removed in a future release." - )] fn to_arrow(&self, py: Python) -> PyResult { let batches = self.collect(py)?.to_object(py);