Skip to content

Commit

Permalink
feat: setting defaults for ColormapModel
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Mar 29, 2024
1 parent 0de4dd3 commit 826befe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vbl_aquarium/models/urchin.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,6 @@ class ParticleGroupModel(VBLBaseModel):
# Utilities

class ColormapModel(VBLBaseModel):
name: str
min: float
max: float
name: str = ''
min: float = 0
max: float = 1

0 comments on commit 826befe

Please sign in to comment.