Skip to content

Commit

Permalink
Revert Calibrator.Config.measured_data - punt to #165
Browse files Browse the repository at this point in the history
Signed-off-by: James Noss <jnoss@jhu.edu>
  • Loading branch information
jamienoss committed Sep 9, 2024
1 parent badcb5b commit 9a83a81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions evolver/calibration/interface.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,6 @@ class Calibrator(BaseInterface):
class Config(Transformer.Config):
input_transformer: ConfigDescriptor | Transformer | None = None
output_transformer: ConfigDescriptor | Transformer | None = None
measured_data: dict | None = Field(
None,
description="The data measured by a calibration procedure run. This can be specified instead of specifying "
"some transformer config params, e.g., polynomial coefficients. This data will be fitted upon "
"first use.",
)

class Status(_BaseConfig):
input_transformer: Status | None = None
Expand Down

0 comments on commit 9a83a81

Please sign in to comment.