Skip to content

Commit

Permalink
Simplify brainmapper export (#69)
Browse files Browse the repository at this point in the history
* Simplify export

* Make mypy happy
  • Loading branch information
adamltyson authored Jan 5, 2024
1 parent 00f33d2 commit 4643180
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 46 deletions.
20 changes: 0 additions & 20 deletions brainglobe_workflows/brainmapper/export/abc4d.py

This file was deleted.

12 changes: 0 additions & 12 deletions brainglobe_workflows/brainmapper/export/brainrender.py

This file was deleted.

13 changes: 0 additions & 13 deletions brainglobe_workflows/brainmapper/export/export.py

This file was deleted.

1 change: 0 additions & 1 deletion brainglobe_workflows/brainmapper/tools/prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def make_channel_specific_paths(self):
self.brainrender_points = os.path.join(
self.points_directory, "points.npy"
)
self.abc4d_points = os.path.join(self.points_directory, "abc4d.npy")

self.tmp__cubes_output_dir = os.path.join(self.output_dir, "cubes")

Expand Down
File renamed without changes.

0 comments on commit 4643180

Please sign in to comment.