-
https://travis-ci.com/HumanCellAtlas/data-store/builds/78026686
```
======================================================================
ERROR: test_index_verification (__main__.TestIntegrati…
-
## Feature Request
**Is your feature request related to a problem? Please describe.**
Yes, technically. I've got issues in my profile views extension where it struggles to detect when a profile ha…
-
Although in reality this is just about providing callbacks for whenever there is 'a change in the tree'.
These are currently in py_trees_ros, but the logic should be here so that people can plug th…
-
At the end of a Parallel state, the step function machinery concatenates the final state from all branches. This introduces the possibility of the concatenated state becoming too big. If this happens,…
-
Currently, \hyperref, and actual text, are generated, and bibtex is entirely circumvented. This is not useful in case the generated LaTeX is to be processed further e.g. by relatex:
http://people.mbi…
-
```
======================================================================
ERROR: test_storage_verification_blobs (__main__.TestIntegration)
--------------------------------------------------------…
-
I started to test the Ephemeris service with a small rule :
```
rule "Ephemeris started rule"
when System started
then
if (!isWeekend()) {
logInfo(filename,"Journée de semaine")
}
i…
-
branch: master
Looks like maybe an uncaught exception? I suspect it might be caused by adding then removing a torrent very quickly. This happens in on of our tests.
```
(gdb) bt …
-
Grammars can get quite complex and some guidance on how to test them would be useful.
My initial thoughts are that perhaps grammars could be combined such that the actual Grammar is
`complete = …
-
SELECT 14, bq.id, 'Legal'
FROM (
SELECT
`u`.`id` AS `id`,
CASE
WHEN layout = 'transform' OR layout = 'flip' THEN
GROUP_CONCAT(CASE WHEN…