Skip to content

Commit

Permalink
long hand: GromovWassersteinConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffwoollard committed Jan 17, 2025
1 parent 4baba98 commit bfbe8b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryo_challenge/data/_validation/config_validators.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def validate_config_mtm_analysis_normalize(config_analysis_normalize: dict) -> N
return


class GWConfig(BaseModel):
class GromovWassersteinConfig(BaseModel):
"""
Gromov-Wasserstein extra parameters config
Expand Down Expand Up @@ -181,7 +181,7 @@ class GWConfig(BaseModel):


def validate_config_mtm_analysis_gromov_wasserstein_extra_arams(config):
_ = GWConfig(**config).model_dump()
_ = GromovWassersteinConfig(**config).model_dump()


def validate_config_mtm_analysis(config_analysis: dict) -> None:
Expand Down

0 comments on commit bfbe8b6

Please sign in to comment.