diff --git a/Skills/FactorGraphs/Schedule.cs b/Skills/FactorGraphs/Schedule.cs index ac9d15a..7e43f09 100644 --- a/Skills/FactorGraphs/Schedule.cs +++ b/Skills/FactorGraphs/Schedule.cs @@ -43,8 +43,7 @@ namespace Moserware.Skills.FactorGraphs return delta; } } - - // TODO: Remove + public class ScheduleSequence : ScheduleSequence> { public ScheduleSequence(string name, IEnumerable> schedules) diff --git a/Skills/Skills.csproj b/Skills/Skills.csproj index 3cf270e..4290fde 100644 --- a/Skills/Skills.csproj +++ b/Skills/Skills.csproj @@ -31,6 +31,7 @@ TRACE prompt 4 + true diff --git a/Skills/TrueSkill/Factors/GaussianWeightedSumFactor.cs b/Skills/TrueSkill/Factors/GaussianWeightedSumFactor.cs index b95d04b..d836574 100644 --- a/Skills/TrueSkill/Factors/GaussianWeightedSumFactor.cs +++ b/Skills/TrueSkill/Factors/GaussianWeightedSumFactor.cs @@ -69,8 +69,7 @@ namespace Moserware.Skills.TrueSkill.Factors for (int currentWeightSourceIndex = 0; currentWeightSourceIndex < variableWeights.Length; currentWeightSourceIndex++) - { - // TODO: get this test to be right + { if (currentWeightSourceIndex == (weightsIndex - 1)) { continue; diff --git a/Skills/bin/Debug/Moserware.Skills.dll b/Skills/bin/Debug/Moserware.Skills.dll index 7d29b38..b00b103 100644 Binary files a/Skills/bin/Debug/Moserware.Skills.dll and b/Skills/bin/Debug/Moserware.Skills.dll differ diff --git a/Skills/bin/Debug/Moserware.Skills.pdb b/Skills/bin/Debug/Moserware.Skills.pdb index fedcd2f..67814ce 100644 Binary files a/Skills/bin/Debug/Moserware.Skills.pdb and b/Skills/bin/Debug/Moserware.Skills.pdb differ diff --git a/Skills/bin/Release/Moserware.Skills.dll b/Skills/bin/Release/Moserware.Skills.dll index ce161dd..0b7a2dc 100644 Binary files a/Skills/bin/Release/Moserware.Skills.dll and b/Skills/bin/Release/Moserware.Skills.dll differ diff --git a/Skills/bin/Release/Moserware.Skills.pdb b/Skills/bin/Release/Moserware.Skills.pdb index f0f47f8..64309d5 100644 Binary files a/Skills/bin/Release/Moserware.Skills.pdb and b/Skills/bin/Release/Moserware.Skills.pdb differ