Skip to content

Commit

Permalink
Split huge tagset
Browse files Browse the repository at this point in the history
still having trouble with all the new connections

ref #3
  • Loading branch information
wibeasley committed Oct 14, 2018
1 parent d8fff38 commit 5827340
Show file tree
Hide file tree
Showing 13 changed files with 111,743 additions and 92,765 deletions.
2 changes: 1 addition & 1 deletion Base79/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public static class Constants {
public const Int32 Gen2IDSiblingCountMax = 10; //ExtendedID 6371 has 11 kids, so Gen2 Subject637111 has 10 siblings.

//WRONG public const Int32 CousinCountMax = 16//ExtendedID 8693
public const Int32 SurveyTimeCount = 605175; //580752 in 2012; //580560 in 2010; //429718 in 2008;
public const Int32 SurveyTimeCount = 629382; //580752 in 2012; //580560 in 2010; //429718 in 2008;
#endregion
#region Parents Of Gen1
public const Int16 Gen1BioparentBirthYearReportedMin = 1900;
Expand Down
1 change: 1 addition & 0 deletions Base79/EnumLookupTables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ public enum ExtractSource : byte {
Gen1Implicit = 11,
Gen2OutcomesWeight = 12,
Gen2OutcomesMath = 13,
Gen2FatherFromGen1Death = 14,
}
public enum SurveySource : byte {
NoInterview = 0,
Expand Down
Loading

0 comments on commit 5827340

Please sign in to comment.