Workaround https://github.com/fuzzylite/fuzzylite/issues/85 diff --git a/fuzzylite/test/BenchmarkTest.cpp b/fuzzylite/test/BenchmarkTest.cpp index f868ec29..464d394d 100644 --- a/fuzzylite/test/BenchmarkTest.cpp +++ b/fuzzylite/test/BenchmarkTest.cpp @@ -30,7 +30,7 @@ namespace fl { } TEST_CASE("Benchmarks from FLD files", "[benchmark][fld]") { - std::string path = "../../examples/"; + std::string path = "../examples/"; typedef std::pair Example; std::vector examples; examples.push_back(Example("mamdani/AllTerms", int(1e4))); n' name='id' value='ae1d8d6a6f3eb3f705394061be5fcf0efa996870'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-26daemon: boost::format: Fix typo "referred"....* nix/boost/format/exceptions.hpp (too_few_args): Fix typo. (too_many_args): Fix typo. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vagrant Cascadian