-
Should it be self.add_expr([(a, n), (b, -m)])?
------------------------------
def add_eq2(
self, a: str, b: str, m: float, n: float, dep: pr.Dependency
) -> None:
# a/b = m/n
i…
-
The current computation of self-weight in SubDyn results in unexpected weight contributions at the node locations.
To illustrate this, one _easy_ model in SubDyn is used. The system is a straight c…
-
https://cran.r-project.org/web/packages/sjPlot/vignettes/plot_marginal_effects.html
Instead of the plot 'model_pred_binom' I think you want a marginal model plot of the different variables.
Or the…
-
## What
> Give a brief description of the component or pattern you want to propose.
Another variation on the [Multiple Responses - Multi-page pattern](https://design.va.gov/patterns/ask-users-for/…
-
I am using a `VectorOfArray` as state vector in `DifferentialEquations`. This leads to too many allocations.
```Julia
using DifferentialEquations
using RecursiveArrayTools
# Set up the state v…
-
HOME [tab] > Explore genomic data through the Viewer [heading] > View genome [button]
(Maybe use a weaker colour.)
-
In some of the tools the intersection point is accepted without having to create explicit point previously, In some other tools it is not recognized - i first have to select an Intersect tool, make an…
-
Currently we have `Color.range()` and friends which only interpolates between 2 colors. I just had to write this for a color component I’m writing (``), and it was no fun:
```js
colorAt (p) {
l…
-
Currently gelpia will crash if nan or inf are used.
They are recognized as variable names leading to an invalid parse.
What should we do with these inputs?
It might be reasonable to accept in…
-
### 🐛 Describe the bug
MPS implementation of `torch.quantile` doesn't sort the input when there's the `dim` argument is not `None`, giving nonsense results.
```
import torch
device = torch.devic…