Sebastian Krantz

Results 113 comments of Sebastian Krantz

Hi, thanks for flagging this. Still need to look into it. Likely has something to do with string encoding. To be on the safe side always use accent free variable...

Thanks @odow, indeed, my version of Ipopt was outdated, but even after updating I get ``` ERROR: AssertionError: node.type == MOI.Nonlinear.NODE_VALUE Stacktrace: [1] _to_expr(data::MathOptInterface.Nonlinear.Model, expr::MathOptInterface.Nonlinear.Expression, variable_order::Dict{Int64, Int64}, subexpressions::Vector{Any}) @ MathOptSymbolicAD...

Hi @odow, is there any chance this support could be added in the near future?

Thanks @Tmonster. I don't have a c6id.metal machine, only an M1 Mac (which btw. I think would be a much more interesting machine for the benchmark as it is widely...

*collapse* author here. Thanks @grantmcdermott and @vincentarelbundock for the initiative! I'm happy with adding collapse to the benchmarks, and also happy for any suggested code, but would like to wait...

Are there any existing efforts to add the reshaping benchmark?

This issue has been fixed in PR #66, at least for the use cases flagged above. While this PR is not merged, Apple Silicon users can install from my fork...

Ok, interesting, but this does not correspond to the error I solved. Can you try increasing the spacing? And do you get the same behavior with the previous sp-based version...

@Daniel-Huff, `sp` was removed in 3.1.0 thus you don't need to import it. I am also unable to reproduce your issue using a M1 mac: ``` r library(dggridR) library(ggplot2) library(sf)...