-
#### System information:
- Operating system: WINDOWS 10 Latest
- DBeaver version: 21.0.0.202103021012
- Additional extensions: none
#### Connection specification:
- Database name and version:…
r0bis updated
3 years ago
-
I noticed that the last step of a batch received from `get_steps` is missing values.
Example request:
```javascript
{
"game_id": "3579832c",
"min_step_num": 1,
"n_steps": 10,
"total_a…
-
On a 100 hours simulation, I request steps 1-100 (inclusive), but I only get steps 1-99 and the FE gets stuck asking for the 100th step. I also tried asking for steps 0-99, but the first step I recei…
-
After the latest update, some steps are missing again. In particular the energy production and the total agent mass are missing steps 1, 24, 48, etc.
This can be seen clearly in the Energy Levels gr…
-
With a normal run (python -m simoc_server) in the dev branch, after starting a new game, when I try to launch with any configuration it gives the error message:
[2019-03-28 07:51:42,793] ERROR in a…
-
I git pulled the latest master today. When I press signup on the signup page nothing happens. I haven't updated to the latest docker yet (running 2.0.0.3). The output from the recompose script is:
…
-
Add a resetValues action in dashboard.js:
https://github.com/kstaats/simoc-web/blob/14263e264194496953bbeabca44c22b126c4ab7f/src/store/modules/dashboard.js#L179-L180
This function should restore a…
-
As I was working on the config graph for power, I had to set the name for the solar panels agent to `solar_pv_array_mars`, as defined in:
https://github.com/kstaats/simoc/blob/5926c006e81bebbf80fab47…
-
The frontend seems to request invalid steps to the backend. Sinead said that the backend returns whatever steps the frontend requests, so the issue must be in the request.
There are two symptoms cur…
-
Currently all the values under the gauges in the Atmosphere panel show 16.666%, even though the gauges themselves show different percentages. This seems wrong and should be investigated/fixed.