Skip to content

Commit

Permalink
ENH: Update 'EnsembleData' to 'Ensemble Data'
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Jackson <[email protected]>
  • Loading branch information
imikejackson committed May 20, 2024
1 parent 114323e commit 7bae431
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Parameters ComputeNumFeaturesFilter::parameters() const
params.insertSeparator(Parameters::Separator{"Input Ensemble Data"});
params.insert(std::make_unique<DataGroupSelectionParameter>(k_EnsembleAttributeMatrixPath_Key, "Ensemble Attribute Matrix",
"The path to the ensemble attribute matrix where the number of features array will be stored",
DataPath({"DataContainer", "EnsembleData"}), DataGroupSelectionParameter::AllowedTypes{BaseGroup::GroupType::AttributeMatrix}));
DataPath({"DataContainer", "Ensemble Data"}), DataGroupSelectionParameter::AllowedTypes{BaseGroup::GroupType::AttributeMatrix}));

params.insertSeparator(Parameters::Separator{"Output Ensemble Data"});
params.insert(std::make_unique<DataObjectNameParameter>(k_NumFeaturesArrayName_Key, "Number of Features", "The number of Features that belong to each Ensemble", "Number of Features"));
Expand Down

0 comments on commit 7bae431

Please sign in to comment.