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))); value='c5e436b0b1a4d2d8637f8f08e662619f3f7fe881'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2020-11-30gnu: nicotine: Update to 2.1.2....* gnu/packages/nicotine.scm (nicotine+): Update to 2.1.2. [inputs]: Remove python-mutagen and python-dbus. Add python-pytaglib. [native-inputs]: Add gettext-minimal. [arguments]: Apply the 'glib-or-gtk-wrap' and 'glib-or-gtk-compile-schemas' phases from the glib-or-gtk-build-system. Signed-off-by: Leo Famulari <leo@famulari.name> Martin Becze
2020-08-22gnu: Add nicotine....* gnu/packages/nicotine.scm (nicotine): New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name> Martin Becze