Skip to content

Commit

Permalink
Fix validation function
Browse files Browse the repository at this point in the history
  • Loading branch information
brandynlucca committed Nov 16, 2024
1 parent 0ee25b9 commit fee0021
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions echopop/utils/validate_dict.py
Original file line number Diff line number Diff line change
Expand Up @@ -813,11 +813,6 @@ def _DEFAULT_STRUCTURE_OPTIMIZE(cls, input: Dict[str, Any] = {}):
return {**dict(min=0.0, value=0.0, max=np.inf, vary=True), **input}


InitialValues(**{"min": 0.05, "initial": 0.1, "max": 1.0, "vary": True})
cls = InitialValues
v = {"min": 0.05, "initial": 0.1, "max": 1.0, "vary": True}


class VariogramInitial(RootModel[InitialValues]):
root: Dict[str, InitialValues]

Expand Down

0 comments on commit fee0021

Please sign in to comment.