File tree Expand file tree Collapse file tree
tests/GraphBLAS-sharp.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22 <PropertyGroup >
33 <OutputType >Exe</OutputType >
4- <TargetFrameworks >netcoreapp3.1;net461 </TargetFrameworks >
4+ <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
55 </PropertyGroup >
66 <ItemGroup >
77 <ProjectReference Include =" ../../src/GraphBLAS-sharp/GraphBLAS-sharp.fsproj" />
Original file line number Diff line number Diff line change @@ -276,14 +276,14 @@ module Generators =
276276 |> genericSparseGenerator false Arb.generate< bool>
277277 |> Arb.fromGen
278278
279- type ArrayOfDistinctKeys () =
280- // Stack overflow.
281- static member ArrayOfDistinctKeysArb () =
282- gen {
283- let! array = Arb.generate<( uint64 * int)[]>
284- return Array.distinctBy ( fun ( key , _ ) -> key) array
285- }
286- |> Arb.fromGen
279+ // type ArrayOfDistinctKeys() =
280+ // // Stack overflow.
281+ // static member ArrayOfDistinctKeysArb() =
282+ // gen {
283+ // let! array = Arb.generate<(uint64 * int)[]>
284+ // return Array.distinctBy (fun (key, _) -> key) array
285+ // }
286+ // |> Arb.fromGen
287287
288288module Utils =
289289 let defaultConfig =
You can’t perform that action at this time.
0 commit comments