Skip to content

Commit

Permalink
Adress changes requested in fslaborg#334
Browse files Browse the repository at this point in the history
  • Loading branch information
LibraChris committed Jun 18, 2024
1 parent 8ad57fa commit fb32a4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/FSharp.Stats/FSharp.Stats.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -183,4 +183,7 @@
<ItemGroup>
<None Include="../../README.md" Pack="true" PackagePath="\" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="FSharp.Stats.Tests" />
</ItemGroup>
</Project>
3 changes: 1 addition & 2 deletions src/FSharp.Stats/Fitting/GeneralisedLinearModel.fs
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,7 @@ module GLMStatistics =
}
)


module QRSolver =
module internal QRSolver =


/// Performs a stepwise gain QR calculation for a generalised linear model.
Expand Down

0 comments on commit fb32a4a

Please sign in to comment.