-
The specification for Concerto has Integer (32bits) and Long (64bits): https://docs.accordproject.org/docs/model-properties.html#primitive-types
The current implementation supports neither. Integer…
-
-
The current multi-copter model based on [arducopter model](https://github.com/ArduPilot/apm_planner/tree/master/files/flightgear/Aircraft/arducopter) is unstable and cannot be used for regular SITL te…
-
User @Datseris reported the following test code (modified)
```julia
using JLD, OrdinaryDiffEq, DiffEqBase, ODE
t = 0.0:0.01:1000.0
const B = 0.01
d0 = 0.3 #antidot diameter
c = 0.1 #cutof…
-
With possibility to view plot
-
Try this in scribble:
``` ruby
say( -193 + (2 * 33) );
#=> -129
say( -193 + (3 * 33) );
#=> -97
```
So it incorrectly adds `2` and `3` respectively to the actual answer of the equation.
-
```
I guess this sort of extends
(https://code.google.com/p/m2tklib/issues/detail?id=139).
It would be fantastic if the methods of input for numerics could be extended.
Firstly, having rotary encod…
-
from https://github.com/tidyfun/tf/pull/104
> calling tf::tfd() with no args I wouldn't throw a message and just return the empty vector like it already does or just throw an error. For non-numeric…
-
When you mix point types and try to add a legend, the legend looks funny.
``` r
gs %
points(1,1, pch=2, legend.name="stuff") %>%
points(1,2, pch=25, legend.name="more stuff") %>%
legen…
-
A simple numeric cast in pyarrow / Arrow C++ seems to be quite a bit slower compared to numpy. Often Arrow does more work (safe casting, handling nulls, ..), but I also see this this for a plain unsaf…