-
There are type annotations in the codebase but it is not being enforced. Running `python -m mypy .` fails with
```
tests/conftest.py: error: Duplicate module named "conftest" (also at "./tests/back…
-
Requires generating python headers for pybind11. MLIR seems to do this (or my editor has some other way of discovering).
-
An implicit with an inferred return type is (sometimes) visible before it's point of definition, despite the comments on #801.
Example in the wild is in [specs2](https://github.com/etorreborre/spec…
-
Our runnable code snippets translate TS to JS and execute it, but dont actually run any kind of type checking.
Turns out this is hard.
-
Great project, helps me understand DL code a lot.
I used it like this:
``` python
Patch_embed = Float32[torch.Tensor, f"B {PATCH_H} {PATCH_W} {PATCH_EMBED_DIM}"]
Mlp_mid = Float32[torch.T…
-
See mailing list posts..
- https://lists.swapbytes.de/archives/obspy-users/2018-May/002756.html
- https://lists.swapbytes.de/archives/obspy-users/2018-June/002758.html
Maybe we want to introduc…
-
seed_controls file might have some floats that are causing an issue in populationsim
To avoid these issues we can implement a schema that checks data types, e.g. https://github.com/psrc/transit_ser…
-
**Describe the bug**
Compiled uses TypeScript project references, which unfortunately prevents consumers from only type checking via `tsc --noEmit` or `ttsc --noEmit`. In order to determine whether t…
-
## Compiler version
3.0.0-RC2-bin-20210325-ab2664f-NIGHTLY
## Problem
It is not enough to special-case `Nothing` (type-ascribing only trees of this type as in https://github.com/lampepfl/dott…
-
Currently, the code still contains several explicit checks for ride types. If we want to move ride types to objects, these should be replaced. In many cases, a flag can be used instead.
RIDE_TYPE_M…