mirror of
https://github.com/p2p-ld/numpydantic.git
synced 2024-11-14 10:44:28 +00:00
ut oh left a pdb in
This commit is contained in:
parent
e87f24f9c3
commit
84cecfb09f
1 changed files with 0 additions and 4 deletions
|
@ -3,7 +3,6 @@ Tests that should be applied to all interfaces
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
import json
|
||||||
import pdb
|
|
||||||
from importlib.metadata import version
|
from importlib.metadata import version
|
||||||
|
|
||||||
import dask.array as da
|
import dask.array as da
|
||||||
|
@ -99,9 +98,6 @@ def test_interface_roundtrip_json(dtype_by_interface, tmp_output_dir_func):
|
||||||
if "subclass" in dtype_by_interface.id.lower():
|
if "subclass" in dtype_by_interface.id.lower():
|
||||||
pytest.xfail()
|
pytest.xfail()
|
||||||
|
|
||||||
if "str-str" in dtype_by_interface.id.lower():
|
|
||||||
pdb.set_trace()
|
|
||||||
|
|
||||||
array = dtype_by_interface.array(path=tmp_output_dir_func)
|
array = dtype_by_interface.array(path=tmp_output_dir_func)
|
||||||
case = dtype_by_interface.model(array=array)
|
case = dtype_by_interface.model(array=array)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue