diff --git a/RELEASE.md b/RELEASE.md index 23d2e21..1f4f825 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -20,4 +20,6 @@ there. Below, a brief summary of patches made since the previous version can be found. ### Next Release Notes -- Multi-TLD gravity model added +- Removed gravity_model.GravityModelRunResults and gravity_model.GravityModelCalibrateResults. +GravityModelResults contains their functionality has been/should be used in leu of the removed classes. + diff --git a/src/caf/distribute/gravity_model/core.py b/src/caf/distribute/gravity_model/core.py index 0e231ae..5247c14 100644 --- a/src/caf/distribute/gravity_model/core.py +++ b/src/caf/distribute/gravity_model/core.py @@ -33,7 +33,7 @@ class GravityModelResults: cost_distribution: cost_utils.CostDistribution """The achieved cost distribution of the results.""" target_cost_distribution: cost_utils.CostDistribution - """The taregt cost distribution used to obtain the results.""" + """The target cost distribution used to obtain the results.""" cost_convergence: float """The achieved cost convergence value of the run. If `target_cost_distribution` is not set, then this should be 0.