aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs
diff options
context:
space:
mode:
authorVictoria Plitt <Victoria.Plitt@twine-s.com>2022-08-07 17:49:02 +0300
committerVictoria Plitt <Victoria.Plitt@twine-s.com>2022-08-07 17:49:02 +0300
commit6768f10da035dee02e5f4de2988b7cdccd7dc04c (patch)
treefd9dac07b3fd47c72f6b582125ec8b74b6e93fc3 /Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs
parent1f4a296ce7e38d59a7a796ad2ab57db116f8fdb5 (diff)
downloadTango-6768f10da035dee02e5f4de2988b7cdccd7dc04c.tar.gz
Tango-6768f10da035dee02e5f4de2988b7cdccd7dc04c.zip
Fine Tuning. LAB out of gamut.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs
index 3b16a65a2..c6dfdd4a9 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.JobsV2/Models/TrialsLogModel.cs
@@ -64,8 +64,6 @@ namespace Tango.PPC.Jobs.Models
public double SuggestionA { get; set; }
[BsonIgnore]
public double SuggestionB { get; set; }
- [BsonIgnore]
- public bool HasSuggestionsLAB { get; set; }
public double C { get; set; }
public double M { get; set; }
@@ -195,7 +193,6 @@ namespace Tango.PPC.Jobs.Models
IsTested = false;
IsSelectionEnable = true;
IsBest = false;
- HasSuggestionsLAB = false;
}
#region Methods