Skip to content

Commit

Permalink
removed unnecessary validate; automatic on tofile()
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle A Logue authored and Teque5 committed Dec 19, 2024
1 parent 871f3bc commit 9809de0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_ncd.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def test_load_ncd(self, subdir: str) -> None:
# create metadata file
ncd_metadata = copy.deepcopy(TEST_METADATA)
meta = SigMFFile(metadata=ncd_metadata, data_file=data_path)
meta.validate()
meta.tofile(meta_path)

# load dataset & validate we can read all the data
Expand Down

0 comments on commit 9809de0

Please sign in to comment.