We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0422071 commit d740f42Copy full SHA for d740f42
utils/mock_qpu/quantinuum/__init__.py
@@ -410,7 +410,7 @@ async def create_decoder_config(job: dict):
410
raise HTTPException(status_code=400,
411
detail="Invalid base64 encoding") from e
412
413
- # Check that the config is valid YAML
+ # Check that the configuration is valid YAML
414
import yaml
415
try:
416
yaml.safe_load(config_str)
0 commit comments