Skip to content

Commit

Permalink
Use of dataclasses
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocagnetta committed Mar 19, 2024
1 parent 9c8891a commit a60228b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/armscan_env/envs/labelmaps_navigation.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def __init__(
# set at reset
self._cur_labelmap_name: str | None = None
self._cur_labelmap_volume: sitk.Image | None = None

self.angle_bounds = angle_bounds
self.translation_bounds = translation_bounds

Expand Down

0 comments on commit a60228b

Please sign in to comment.