Skip to content

Commit

Permalink
fix traces tests (explicit file_format)
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Schorb committed Jan 31, 2024
1 parent 1e77ca6 commit e7474db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_traces.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def init_dataset(self):
scales = [[2, 2, 2]]
mobie.add_image(data_path, data_key, self.root, self.dataset_name, raw_name,
resolution=(1, 1, 1), chunks=(64, 64, 64), scale_factors=scales,
tmp_folder=tmp_folder)
tmp_folder=tmp_folder, file_format="bdv.n5")

def generate_trace(self, trace_id):
path = os.path.join(self.trace_folder, f"trace_{trace_id}.swc")
Expand Down

0 comments on commit e7474db

Please sign in to comment.