mirror of
				https://github.com/furyfire/trueskill.git
				synced 2025-11-04 02:02:29 +01:00 
			
		
		
		
	Removed some more cruft that was left behind from debugging
This commit is contained in:
		@@ -43,8 +43,7 @@ namespace Moserware.Skills.FactorGraphs
 | 
			
		||||
            return delta;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    // TODO: Remove
 | 
			
		||||
        
 | 
			
		||||
    public class ScheduleSequence<TValue> : ScheduleSequence<TValue, Schedule<TValue>>
 | 
			
		||||
    {
 | 
			
		||||
        public ScheduleSequence(string name, IEnumerable<Schedule<TValue>> schedules)
 | 
			
		||||
 
 | 
			
		||||
@@ -31,6 +31,7 @@
 | 
			
		||||
    <DefineConstants>TRACE</DefineConstants>
 | 
			
		||||
    <ErrorReport>prompt</ErrorReport>
 | 
			
		||||
    <WarningLevel>4</WarningLevel>
 | 
			
		||||
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
 | 
			
		||||
  </PropertyGroup>
 | 
			
		||||
  <ItemGroup>
 | 
			
		||||
    <Reference Include="System" />
 | 
			
		||||
 
 | 
			
		||||
@@ -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;
 | 
			
		||||
 
 | 
			
		||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
		Reference in New Issue
	
	Block a user