Skip to content

Commit

Permalink
Removed PointSize class
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 30, 2025
1 parent c356ebf commit 81b06c7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
5 changes: 0 additions & 5 deletions src/imodmodel/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ class GeneralStorage(BaseModel):
index: Union[float, int, Tuple[int, int], Tuple[int, int, int, int]]
value: Union[float, int, Tuple[int, int], Tuple[int, int, int, int]]

class PointSize(BaseModel):
"""https://bio3d.colorado.edu/imod/doc/binspec.html"""
radii: np.ndarray
model_config = ConfigDict(arbitrary_types_allowed=True)


class ModelHeader(BaseModel):
"""https://bio3d.colorado.edu/imod/doc/binspec.html"""
Expand Down
1 change: 0 additions & 1 deletion src/imodmodel/parsers.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
SLAN,
Contour,
ContourHeader,
PointSize,
GeneralStorage,
Mesh,
MeshHeader,
Expand Down
1 change: 0 additions & 1 deletion src/imodmodel/writers.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
Contour,
ContourHeader,
GeneralStorage,
PointSize,
Mesh,
MeshHeader,
MINX,
Expand Down

0 comments on commit 81b06c7

Please sign in to comment.