We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11fd9c commit e1daab7Copy full SHA for e1daab7
1 file changed
tests/test_data_api/conftest.py
@@ -194,14 +194,6 @@ def json_code_blocks_from_readme(
194
return extract_json_code_blocks(content)
195
196
197
-def _load_multiscales_examples() -> dict[str, dict[str, object]]:
198
- """Load a multiscale example."""
199
- examples_dir = Path(__file__).parent / "multiscales_examples"
200
- return {
201
- path.name: json.loads(path.read_text()) for path in examples_dir.glob("*.json")
202
- }
203
-
204
205
def _load_json_examples(
206
*, prefix: Path, glob_str: str = "*.json"
207
) -> dict[str, dict[str, object]]:
0 commit comments