Fixed Pascals Sub Sluts interpreting metric as imperial height, filtering unlikely in interpolation. Splitting double actor entries in Top Web Models.
This commit is contained in:
@@ -504,7 +504,6 @@ async function interpolateProfiles(actorIdsOrNames) {
|
||||
'penis_girth',
|
||||
'circumcised',
|
||||
'natural_boobs',
|
||||
'height',
|
||||
'hair_color',
|
||||
'eyes',
|
||||
'has_tattoos',
|
||||
@@ -519,6 +518,8 @@ async function interpolateProfiles(actorIdsOrNames) {
|
||||
...mostFrequentValues,
|
||||
};
|
||||
|
||||
profile.height = getMostFrequent(valuesByProperty.height.filter(height => height > 50 && height < 300)); // remove unlikely values
|
||||
|
||||
profile.date_of_birth = getMostFrequentDate(valuesByProperty.date_of_birth);
|
||||
profile.date_of_death = getMostFrequentDate(valuesByProperty.date_of_death);
|
||||
profile.age = getHighest(valuesByProperty.age);
|
||||
|
||||
Reference in New Issue
Block a user