-
We inherit this name from C. The "c" in the name stands for "complex" but this is confusing because we frequently use "c" for the C language in our naming scheme.
I propose renaming it to `riemann…
-
I know this is easy to compute, but still nice to have out-of-the-box: Wouldn't it make sense to also add a `compute_covariance` method to `_CCA_Base`? Like such:
```python
def explained_variance(…
-
There has been growing interest in doing dual estimation and would be good to have a standard pipeline to do this easily, at least for DyNeMo.
-
Hello,
I just installed windhawk on my domain computer. I'm admin on it.
When launching windhawk and selecting my mods, nothing happens.
Here is the log from debugview :
> 00000001 0.00000000 …
-
Our recent team-leader survey (https://github.com/srobo/core-team-minutes/issues/4) showed that being able to install software onto school computers is still an issue for many teams, so we still need …
-
After https://github.com/dotnet/runtime/pull/70271, the `GT_ARR_ELEM`, `GT_ARR_OFFSET`, and `GT_ARR_INDEX` nodes, and their respective GenTree structures and all related codegen, are unneeded and are …
-
The following code is currently not supported by the compiler:
```Scala
object U:
def unapply(s:String): String *: EmptyTuple = Tuple1(s)
"hello" match
case U(x) =>
```
If we change `S…
-
Hello. I want to compare a discrete 2-way ANOVA with continuous waveform data SPM 2-way ANOVA too.
My question is: Do I need to test normality in both discrete and continuous data? Or, for instanc…
-
EDIT: I changed the issue's title since in the discussion it became apparent that some of the raised points below are not valid or moved to a separate issue.
---
This might be wishing for (too) …
-
We (mostly @pquentin and I) [have been working on a proof of concept for adding pluggable async support to urllib3](https://github.com/python-trio/urllib3/issues/1), with the hope of eventually gettin…