Skip to content

Commit

Permalink
Remove 5.3 Previous Version Attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
BHoMBot authored and Fraser Greenroyd committed Sep 27, 2022
1 parent 55d8e57 commit 7b04745
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 116 deletions.
1 change: 0 additions & 1 deletion MachineLearning_Engine/Compute/InstallPythonEnv_ML.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public static partial class Compute
[Description("MachineLearning_Toolkit\nMethod used to create the Python environment used to run all Python scripts within this toolkit.")]
[Input("run", "Starts the installation of the toolkit if true. Stays idle otherwise.")]
[Output("pythonEnvironment", "The MachineLearning_Toolkit Python environment.")]
[PreviousVersion("5.3", "BH.Engine.MachineLearning.Base.Compute.InstallMachineLearningToolkit(System.Boolean, System.Boolean)")]
public static PythonEnvironment InstallPythonEnv_ML(bool run = false)
{
return BH.Engine.Python.Compute.InstallVirtualenv(
Expand Down
Loading

0 comments on commit 7b04745

Please sign in to comment.