-
Seems to be more common on trireme and engineer. Rare.
-
i have modified the file forcesched.py in master/buildbot/schedulers:
# if self.columns > 4:
# config.error(
# "UI only support up to 4 columns in nested parameters")
…
-
We should have a mechanism of specifying resources (files) needed by all runs in a Campaign (I'm thinking of calling them 'fixtures'). Example:
Running MD simulations with the same initial structure …
-
The **Usage** example in `README.md` appears to be fundamentally broken on newer `voropy` versions – and should instead resemble:
```
mesh, point_data, cell_data, field_data = voropy.read('pacman.…
-
Currently, input file contains everything that is needed to run a simulation. It is good to have an option to specify configuration, forcefield, simulator separately.
The input file format will be …
-
**Description:**
- RDKit Version: 2016.09.2
- Platform: docker container based on centos:7.3.1611
There appears to be a memory leak in my code. This is the relevant output from Valgrind's…
-
When building models into electron density maps it is common practice to leave out atoms for which there is no visible density. Truncated amino acid sidechains are the most common example (arguments f…
-
With Minecraft 1.13 using Craftbukkit 1.13 there are massive performance issues while using CMC2.
My server already tells me, it can't keep up right after starting it.
I've attached the whole log of…
-
From my perspective maintaining three code base (SOFA_FLOAT, SOFA_DOUBLE, SOFA_FLOAT+SOFA_DOUBLE) and insuring everything is ok on the three code path, costs a lot (amount of code to write, maintain, …
-
https://github.com/buildbot/buildbot/blob/08a99c7bf90e99cdb29974949eff763f780a1036/www/nestedexample/buildbot_nestedexample/__init__.py#L13-L35
A `NestedParamter` with a name of `nestedexample` gen…