-
We need a general purpose parser to handle the output files from the MET API in order to create simple csv-files of observation data.
The reason is that we need to be able to compare (see separate …
-
When I try to press the exclamation logical keyboard key using `WidgetTester`, I get the following error:
```
Error: 'package:flutter_test/src/event_simulation.dart': Failed assertion: line 243 po…
-
Watching memory usage go up and hoping I don't run out of memory has been a common experience during long running simulations. Quality of life issues aside, support for GPUs will pretty much require t…
-
When the docker files on the server are updated, the numpy version is also bumped. Locally, we use `numpy==1.19.X`, but on the server (in the docker file), `numpy==1.20.3` is used. This triggers an er…
-
Hello. I am trying to convert an old cellular automata simulation I wrote in Processing to WebGL. Your example here was the first/best one that I could find that made use of swapping or pingponging of…
-
Single Page application often perform multiple requests at the same time while viewing pages.
Right now, the only way to simulate to behavior is to use the `resources` DSL element. However, if you …
-
There's a couple of routes to doing reweighting for properties at unsampled parameters.
However, in all of them, in order to do the last step of computing expectations / free energies at a new stat…
-
This was brought up by @jasmainak during #348, it would be nice to be able to define a negative tstart for plotting. This is especially relevant for event related potentials, where the peaks are named…
-
When I try to open the Corridor scene, it asserts in `ezEngineProcessDocumentContext::GetWorldBounds`:
`EZ_ASSERT_DEV(!pWorld->GetWorldSimulationEnabled(), "World simulation must be disabled to get…
-
Currently Cirq has a bit of a performance problem. One of the contributing factors to this is that there are very few "escape hatches" that you can use to opt out of features that slow things down. Th…