Sebastian Hanß
Sebastian Hanß
I don't know ;-) But if you can post a concise piece of code so we can reproduce the error, I'll have a look.
I think it is not fixed, yet. But I was under the impression that is "just" a warning and still works? If there is something really broken, could you please...
Hm, this seems to be unrelated to this issue. Can you please open a new issue and include your code, so we can see how and where this happens exactly?
Most likely #63 and #62 are the same issues.
Hm, I'm not sure but I'd suspect that there is an issue with the network plugin in NetLogo. It apparently uses the gephi-toolkit, which seems to be picky about the...
For completeness, here is the `yml` file I use: ``` name: benchmark on: push: branches: - dev - master - benchmark # paths: # - 'src/**' # - 'R**' #...
I can reproduce this now. This happens whenever the string for the BENCHMARK name in Catch2 is longer than 35 characters, i.e ``` TEST_CASE("Fibonacci") { // now let's benchmark: BENCHMARK("test1234567890test1234567890test123")...
> However, to made any changes to the code I want to wait for @mhesselbarth and @bitbacchus opinions. I didn't work on this function, I have no idea why we...
I tried to get some data, i.e. benchmarked with the built-in `landscape` raster for both the moving window and the metric alone. Results: `landmetrics` is faster in both cases, in...
As the metric is called for each pixel, the difference multiplies. So I also think it's the metric.