mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
Removed some more cruft that was left behind from debugging
This commit is contained in:
@ -44,7 +44,6 @@ namespace Moserware.Skills.FactorGraphs
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Remove
|
|
||||||
public class ScheduleSequence<TValue> : ScheduleSequence<TValue, Schedule<TValue>>
|
public class ScheduleSequence<TValue> : ScheduleSequence<TValue, Schedule<TValue>>
|
||||||
{
|
{
|
||||||
public ScheduleSequence(string name, IEnumerable<Schedule<TValue>> schedules)
|
public ScheduleSequence(string name, IEnumerable<Schedule<TValue>> schedules)
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
<DefineConstants>TRACE</DefineConstants>
|
<DefineConstants>TRACE</DefineConstants>
|
||||||
<ErrorReport>prompt</ErrorReport>
|
<ErrorReport>prompt</ErrorReport>
|
||||||
<WarningLevel>4</WarningLevel>
|
<WarningLevel>4</WarningLevel>
|
||||||
|
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
@ -70,7 +70,6 @@ namespace Moserware.Skills.TrueSkill.Factors
|
|||||||
currentWeightSourceIndex < variableWeights.Length;
|
currentWeightSourceIndex < variableWeights.Length;
|
||||||
currentWeightSourceIndex++)
|
currentWeightSourceIndex++)
|
||||||
{
|
{
|
||||||
// TODO: get this test to be right
|
|
||||||
if (currentWeightSourceIndex == (weightsIndex - 1))
|
if (currentWeightSourceIndex == (weightsIndex - 1))
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user