Skip to content

Commit

Permalink
Clean up test debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
IanCa committed Jan 11, 2024
1 parent 75abb3a commit e94668b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/schema/test_schema_converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def setUpClass(cls):
# !BFK! - Delete default units as they aren't in the XML file.
if "HED8.2.0" in cls.wiki_file:
del cls.hed_schema_wiki.unit_classes["temperatureUnits"].attributes["defaultUnits"]
breakHEre = 3

@with_temp_file(".xml")
def test_schema2xml(self, filename):
Expand Down Expand Up @@ -96,8 +95,6 @@ def test_wikischema2wiki(self, filename):
self.assertEqual(loaded_schema, self.hed_schema_wiki)

def test_compare_readers(self):
self.hed_schema_wiki.check_compliance()
self.hed_schema_wiki.save_as_xml("test_resave.xml")
if self.can_compare:
self.assertEqual(self.hed_schema_wiki, self.hed_schema_xml)

Expand Down

0 comments on commit e94668b

Please sign in to comment.