Skip to content

Commit

Permalink
Use new jaxtype decorator convention
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenvivek committed Jan 10, 2024
1 parent 30c1dd7 commit 7283f6a
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions diffpose/deepfluoro.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,8 +306,6 @@ def preprocess(img, size=None, initial_energy=torch.tensor(65487.0)):
return img

# %% ../notebooks/api/00_deepfluoro.ipynb 26
from beartype import beartype

from .calibration import RigidTransform, convert


Expand Down
2 changes: 0 additions & 2 deletions diffpose/ljubljana.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ def __getitem__(self, idx):
)

# %% ../notebooks/api/01_ljubljana.ipynb 7
from beartype import beartype

from .calibration import RigidTransform, convert


Expand Down
2 changes: 0 additions & 2 deletions notebooks/api/00_deepfluoro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,6 @@
"outputs": [],
"source": [
"#| export\n",
"from beartype import beartype\n",
"\n",
"from diffpose.calibration import RigidTransform, convert\n",
"\n",
"\n",
Expand Down
2 changes: 0 additions & 2 deletions notebooks/api/01_ljubljana.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@
"outputs": [],
"source": [
"#| export\n",
"from beartype import beartype\n",
"\n",
"from diffpose.calibration import RigidTransform, convert\n",
"\n",
"\n",
Expand Down

0 comments on commit 7283f6a

Please sign in to comment.