Skip to content

Commit

Permalink
fix(cmorizer): validate should not be called during object creation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Nov 12, 2024
1 parent cc4f159 commit 78f82a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pymorize/cmorizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,6 @@ def from_dict(cls, data):
instance._post_init_create_data_request()
instance._post_init_data_request_variables()
instance._post_init_read_dimensionless_unit_mappings()
# instance._post_init_checks()
instance.validate()
return instance

def add_rule(self, rule):
Expand Down

0 comments on commit 78f82a6

Please sign in to comment.