-
Currently simulation testing requires a lot of boilerplate and the Bridge team has reported difficulties in writing tests. This aims to create a more general purpose testing environment that more clos…
-
Hello hello !
Je suis le fan numéro un d'OpenFisca, mais je viens de rencontrer un problème.
### Qu'ai-je fait ?
J'ai voulu découvrir ce répertoire en lisant le readme et cliquant sur les lie…
-
As a first steps towards an ReSTful OSP-API, we should make it easy to plug in different transport modules.
1. Move the transport module files to a different namespace (maybe from `osp.transport.de…
-
- **Naming**: We have many `create_*` functions that create `R6` objects like the `Experiment`, `DGP`, and `Method` classes. On the other hand, we used `init_docs()` for setting up the Rmd documentati…
-
The section translaiton team recently had a requirement of having the production wiki articles in local development environment just before we publish a section. All our APIs are pointing to productio…
-
Hey guys, I was just testing some ways to implement tracing using a POC application I created.
One of the services (product service) is called by the order service, but the products services don't …
-
Traceback (most recent call last):
File "main.py", line 15, in
from robot import Robot
File "E:\AAAAAAAAAAAA\visual-pushing-grasping-master\robot.py", line 8, in
from simulation impo…
-
**Is your feature request related to a problem? Please describe.**
Drake's Meshcat [class overview](https://drake.mit.edu/doxygen_cxx/classdrake_1_1geometry_1_1_meshcat.html) currently says:
```…
-
There are a variety of settings in which it would be convenient to have a minimal C++ command line application that does basically the following:
```
system = XmlSerializer.deserialize(sys.argv[1])
i…
-
In GitLab by @jvande42b on Oct 14, 2018, 17:36
Right now, set_timeseries() accepts as the timeseries:
1. an array of length self.times()
2. a timeseries object
Perhaps it would be nice to also be a…