-
# The Future of Octopoes
## Introduction
Octopoes is the very core of OpenKAT's functionality. It contains all the relevant data gathered whether by declarations (by user input), observation (by B…
-
Goal:
- remove the lemon dependency
Algorithm to implement:
- adjacency list
- connected component listing (largest CC)
- MST
- Biedge graph component
@ORNis, @rperrot
Here some information, if we w…
-
Hi Kevin,
Here is the my some ideas about metriks:
- Storing metrics from remote servers: Looks trivial, may be this can be achieve with splitting project to two part, metriks-agent (For the collecti…
-
**Describe the bug 🐞**
If it does not find a solution, a `NonlinearLeastSquars` problem returns `Stalled`, thus unsuccessful.
**Expected behavior**
Return successful retcode. On slack Oscar s…
-
**Describe the bug 🐞**
I think there may be a regression in compilation times `solve(::ODEProblem)` with `StaticArrays` types. I have a minimum reproducible example below. First a `Vector` type is …
-
We already stopped adding new methods for multidigraphs, the main issue is that there is no way to distinguish between the multiple edges. To address this I propose removing support for multidigraphs …
-
This has been requested. Totally in favor of supporting this, though we may want to wait until there's a specific consumer to kick the tires.
-
Stemming from a discussion @rmatsum836 and I just had -
The current `convert/` module is designed to make a new object from another one, i.e. making a _new_ `topology` from a `mb.Compound` that al…
-
## Question
I have just started using seqan3. I have worked with seqan2 though. I want to ask about multiple sequence alignment and alignment graphs in seqan3. I could not find anything about MSA i…
-
Its a normal problem with JSON that it can't handle cyclic data structures. In the case of golang's MarshalJSON, it will go into an infinite recursion loop. Source https://golang.org/pkg/encoding/json…