Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
  • Loading branch information
marshHawk4 committed Oct 30, 2024
1 parent c7cf76d commit 0674c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdr_schemas/cdr_responses/prospectivity.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ProspectModelMetaData(BaseModel):
model_run_id: str = Field(description="CDR id of the model run")
cma: CriticalMineralAssessment = Field(description="CMA info")
model_type: str
train_config: Union[SOMTrainConfig, NeuralNetUserOptions]
train_config: Union[SOMTrainConfig, NeuralNetUserOptions, RFUserOptions]
evidence_layers: List[ProcessedDataLayer] = Field(
description="Processed data layer info."
)
Expand Down

0 comments on commit 0674c43

Please sign in to comment.