nwb-linkml/nwb_linkml/tests/test_translate.py
sneakers-the-rat 42e64dce75 Refactor dataset adapter to use check/apply style maps!
General cleaning around maps module, getting ready to remove translate module
2023-10-09 23:06:24 -07:00

16 lines
373 B
Python

import pdb
import pytest
from pathlib import Path
#from nwb_linkml.translate import generate_from_nwbfile
# def test_generate_pydantic():
# # pass until we rig up smaller test data
# pass
#NWBFILE = Path('/Users/jonny/Dropbox/lab/p2p_ld/data/nwb/sub-738651046_ses-760693773.nwb')
#pydantic_module = generate_from_nwbfile(NWBFILE)
#pdb.set_trace()