Rikard Nordgren

Results 70 issues of Rikard Nordgren

It seems as if symengine always directly calculates the derivative when creating a `Derivative` object, whereas sympy does not. ```python import sympy, symengine sympy.Derivative("x", "y") >>> Derivative(x, y) symengine.Derivative("x", "y")...

In sympy whatever order I use to create an equation is what I get in the resulting equation, but symengine has a canonical order. This doesn't seem to add much...

The README has an example using `-DWITH_GMP=on`, but this an error: ``` Manually-specified variables were not used by the project: WITH_GMP ``` Is this option removed? Should the README be...

# Triage summary If you scatter a key, dereference the returned future, and then scatter again the same key (with the same value), the release of the first future is...

bug
p2

Why is the license for the R bindings of symengine GPL? Ideally it should be under the same license as symengine itself

I run a simple model (pheno) with the following table: ```$TABLE ID MDV TIME DV IPRED PRED RES CWRES NOAPPEND NOPRINT ONEHEADER FILE=sdtab1``` Loading into an xpose4 database and doing...

I run a simple model (pheno) with the following (admittedly minimal) table: $TABLE ID NOAPPEND NOPRINT ONEHEADER FILE=sdtab1 When trying to read the results into an xpdb with ```xpose.data``` it...

- [x] I have checked that this issue has not already been reported. - [x] I have confirmed this bug exists on the latest version of pandas. - [ ]...

Bug
Error Reporting
IO JSON

An = directly after a record name will fail with nmfe giving a clear error message. PsN will remove the first option of the record and then run anyway.

Was removed in earlier commit for unknown reason. Is needed for xpose4 plots

bug