Fix compilation error

This commit is contained in:
Timothy Baldridge 2021-10-07 22:56:16 -06:00
parent b1ba857d53
commit 94d3b28c18
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<PackageReference Include="CefNet.Avalonia" Version="94.0.21246.700" />
<PackageReference Include="DynamicData" Version="7.3.1" />
<PackageReference Include="Fizzler.Systems.HtmlAgilityPack" Version="1.2.1" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.36" />
<PackageReference Include="HtmlAgilityPack" Version="1.11.37" />
<PackageReference Include="Material.Icons.Avalonia" Version="1.0.2" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="6.0.0-rc.1.21451.13" />
<PackageReference Include="ReactiveUI.Fody" Version="16.2.6" />

View File

@ -27,7 +27,7 @@ namespace Wabbajack.Hashing.PHash.Test
ImagePhash.GetCrossCorrelation(
new Digest { Coefficients = baseState.PerceptualHash.Data },
new Digest { Coefficients = state.PerceptualHash.Data }),
1);
1.0);
}
}
}