Skip to content

Commit

Permalink
fix: 🐛 Fix imports and type declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar committed Feb 7, 2024
1 parent c88016c commit 68dbb60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dacapo/experiments/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(
self,
architecture: Architecture,
prediction_head: torch.nn.Module,
eval_activation: torch.nn.Module = None,
eval_activation: torch.nn.Module | None = None,
):
super().__init__()

Expand Down
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,9 @@
"funlib.evaluate @ git+https://github.com/pattonw/funlib.evaluate",
"gunpowder>=1.3",
"lsds>=0.1.3",
"xarray",
"cattrs",
"numpy-indexed",
"click",
],
)

0 comments on commit 68dbb60

Please sign in to comment.