-
`igraph_rewire_edges` effectively ignores edge directions, which means that directed graphs are not handled the way one would expect.
For example, if our graph is 1->2->3->1, i.e. a directed cycle …
-
In a lot of places in the code, we set random seed to obtain reproducible results.
While it's perfectly correct to use for bit-to-bit comparisons of output - eg cpp/py implementation of SP, its use i…
-
I´m doing some analysis with kegg and ClusterProfiler in RStudio but I have a problem. When I execute the command that looks for Pseudomonas savastanoi pv. savastanoi NCPPB 3335 in ClusterProfiler …
-
### Goals
I would like to propose a system of judging issues that are subjective and based on shared personal values in a limited population.
### Description
Suppose an Aragon company CEO has…
-
Maybe a bit of a dumb question but I'm a little confused by the `_insert` method in the `MinhashLSH` class:
```python
def _insert(
self,
key: Hashable,
minhash: Union[Mi…
-
Most of the _count fields should have the type size_t instead of int, because it's the official type for array sizes. While they could be interpreted as just the number of supported channels, that's n…
-
Having one RNG usable in all subsystems of Oscar would be useful.
Cf. discussion started at https://github.com/oscar-system/Oscar.jl/pull/84#issuecomment-621624338.
To quote the (current) last com…
-
Both `makeRegistry()` and `makeExperimentRegistry() uses:
> seed: [integer(1)] Start seed for jobs. Each job uses the (seed + job.id) as seed. Default is a random number in the range [1, .Machine$i…
-
On https://github.com/rust-lang/rfcs/pull/2106#issuecomment-346610377 I argued that `rand` should not provide any specific/named rngs (so no ChaChaRng, XoroShiro, etc.) but instead provide a very smal…
-
Hi,
I am running into problems when trying to install now.
I had to switch to the new R version (4.02)
Please see below for details.
I assume that you have tested and it is working on your …
baj12 updated
4 years ago