-
```
pip3 install --upgrade onnx2keras
Looking in indexes: https://bytedpypi.byted.org/simple, https://mirrors.aliyun.com/pypi/simple
Collecting onnx2keras
Downloading https://bytedpypi.byted.org…
-
While reading through #29, I saw [this comment](https://github.com/CarliJoy/intersection_examples/issues/29#issuecomment-1854532691):
> I think the most important thing that we're missing are motiv…
Badg updated
7 months ago
-
### What's the use case?
According to PEP 484 type hints
> Arbitrary-length homogeneous tuples can be expressed using one type and ellipsis, for example Tuple[int, ...]. (The ... here are part o…
-
Variables are tagged with units when created in a model. We have been thinking about providing units for parameters (and possibly derived quantities). So far, we have partially implemented this _in th…
-
### Motivation
At the moment, types are only checked statically via mypy. mypy does not execute the code, but just analyze it. It would be cool to check the types during the tests and make sure tha…
-
Hello everyone,
looking at [projen vision](https://github.com/projen/projen/blob/main/VISION.md) document, one of the _Ideas_ consist of _supporting multiple workflow engines_. Gitlab, what about i…
-
Hi there!
A bit of background... I became fan of beartype, then I had to look at beartype related projects. Found https://github.com/beartype/plum and loved it. Made a few contributions, then deci…
-
A decorator can receive arguments, by being defined as a function that accepts parameters and then returns a normal decorator function:
```
function computed(evaluator: (obj: any) => any) {
retur…
-
## Description
- Even with the official Jupyter scipy-based image ([jupyter/scipy\-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook)), th…
-
Note:
Just in case this is a vscode error not a backtestingPY's, I have also created an issue under vscode:
https://github.com/microsoft/vscode-jupyter/issues/15407
### Expected Behavior
After e…