We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 697890b commit a834180Copy full SHA for a834180
.github/workflows/CI.yml
@@ -79,5 +79,5 @@ jobs:
79
using Documenter: DocMeta, doctest
80
using DistributionFits
81
DocMeta.setdocmeta!(DistributionFits, :DocTestSetup, :(using Statistics, Distributions, DistributionFits); recursive=true)
82
- doctest(DistributionFits)'
+ doctest(DistributionFits)
83
0 commit comments