renvins

Untitled

Jul 21st, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "C:\Users\vince\OneDrive\Documenti\GitHub\fuzzy_dl_owl2_testing\converter.py", line 14, in <module>
  3. translate_owl2_to_fdl("./results/nominal_test.owl", "nominal_test.fdl")
  4. File "C:\Users\vince\OneDrive\Documenti\GitHub\fuzzy_dl_owl2_testing\converter.py", line 6, in translate_owl2_to_fdl
  5. fdl.translate_owl2ontology()
  6. File "C:\Users\vince\miniconda3\Lib\site-packages\fuzzy_dl_owl2\fuzzyowl2\fuzzyowl2.py", line 190, in translate_owl2ontology
  7. self.process_concept_annotations()
  8. File "C:\Users\vince\miniconda3\Lib\site-packages\fuzzy_dl_owl2\fuzzyowl2\fuzzyowl2.py", line 342, in process_concept_annotations
  9. concept: ConceptDefinition = FuzzyOwl2XMLParser.parse_string(
  10. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. File "C:\Users\vince\miniconda3\Lib\site-packages\fuzzy_dl_owl2\fuzzyowl2\parser\owl2_xml_parser.py", line 142, in parse_string
  12. float(
  13. TypeError: float() argument must be a string or a real number, not 'NoneType'
Advertisement
Add Comment
Please, Sign In to add comment