-
## Summary
I would like to know more about used control loops in Kinova gen3 and used motors. User guide and github doesn’t have a lot info about them.
## Use case
Would be easier to do so…
-
## Description of your problem
Installed on Mac M1 following instructions on GitHub: https://github.com/pymc-devs/pymc/wiki/Installation-Guide-(MacOS).
When I import pyMC3, I get the following warn…
-
Consider the following toy function:
```
def fun(d):
a, b = d['a'], d['b']
return a + 2 * b
```
Suppose that for compatibility reasons we are interested in working with ravelled argume…
-
Hi,
Would it be possible to also export a `gaverstehfest` method that would be an alias for the current `postwilder` ? I was looking for this algorithm and was about to start a fork to implement i…
-
Modify and add some doctests for the Laplace transform after the latest Maxima upgrade (see :[#31876 comment:4](https://github.com/sagemath/sage/issues/31876#comment:4)).
Depends on #31876
CC: @a…
-
As the wave amplitude rises past a certain point, the wave probe readings drift upwards:
![image](https://user-images.githubusercontent.com/42656158/143151295-5e5968ed-b9d1-4489-8577-afdb4e4ce3bc.png…
-
This is our 2021's calendar of community management.
Here we set up a rotating duty to take a first look at all contributions (PRs and issues) from the community, label them and ping relevant revie…
-
I am trying to duplicate results in Winn and Bishop's book "Model-based machine learning" and feel that ForneyLab can accomplish this task. Here is some code:
```
# Calculate the posterior of p_ski…
-
We currently only implement a normally-distributed moment distribution, but it could also be distributed according to a Laplace, Cauchy, etc distribution.
For that we would need to transform `gaussia…
rlouf updated
3 years ago
-
I wonder what are good ways to treat mixed meshes; e.g. a combination of triangles and quadrilaterals. I recently received one with wedges #411 and tetrahedra, but I would envisage treating the tri&nd…