diff --git a/src/benchq/decoder_modeling/decoder_resource_estimator.py b/src/benchq/decoder_modeling/decoder_resource_estimator.py index 375b0bc9..64bb07f4 100644 --- a/src/benchq/decoder_modeling/decoder_resource_estimator.py +++ b/src/benchq/decoder_modeling/decoder_resource_estimator.py @@ -16,10 +16,6 @@ def get_decoder_info( n_logical_qubits: int, ) -> Optional[DecoderInfo]: if not decoder_model: - warnings.warn( - "No decoder model provided, cannot estimate decoder resources.", - RuntimeWarning, - ) return None else: speed_limit = get_decoder_distance_limit_due_to_speed(hw_model, decoder_model)