Skip to content

Commit f7f9dfa

Browse files
committed
Fixing bug in test cdl
1 parent b02dc94 commit f7f9dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bald/tests/integration/test_cdl_rdfgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_array_reference(self):
1919
subprocess.check_call(['ncgen', '-o', tfile, cdl_file])
2020
root_container = bald.load_netcdf(tfile)
2121
ttl = root_container.rdfgraph().serialize(format='n3').decode("utf-8")
22-
# with open(os.path.join(self.ttl_path, 'array_reference.ttl'), 'w') as sf:
22+
# with open(os.path.join(self.ttl_path, 'array_reference2.ttl'), 'w') as sf:
2323
# sf.write(ttl)
2424
with open(os.path.join(self.ttl_path, 'array_reference.ttl'), 'r') as sf:
2525
expected_ttl = sf.read()

0 commit comments

Comments
 (0)