Skip to content

Commit

Permalink
Add a NotImplementedError for 2 to 3 conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebeal committed Oct 7, 2023
1 parent e0d7d56 commit 541cca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbol_utilities/sbol3_sbol2_conversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,5 @@ def convert2to3(doc2: sbol2.Document) -> sbol3.Document:
:returns: SBOL3 document
"""
doc3 = sbol3.Document()
# TODO: build converter here
raise NotImplementedError('Conversion from SBOL2 to SBOL3 not yet implemented')
return doc3

0 comments on commit 541cca0

Please sign in to comment.