-
Running the `mypy` static type checker reveals that some of our code is not sufficiently type hinted. It would be good to correct this to get maximum value out of the type hinting.
-
**Describe the bug**
Type checking on the incorrectly typed variable is not done, or done after the variable is supplied to a function.
**Expected behavior**
I want the type error to be shown on …
-
The code referenced below requires a file to both have the proper file name ending and for its content to be proper SBML/SBGN.
This seems unnecessarily restrictive to me, as the second check is argua…
-
Input data, `X`, is either a `list` object or an `ndarray` object. We should ensure that the handling of these objects is consistent and predictable. For example, the type hint below: `encode` expects…
-
### Description:
TS has quite a few hardcoded name checks.
Making this issue to keep track of them.
00681259 check for "155mm" which then hardcodes its ROF and Attack.
0066F4D3 "ARTYHE", har…
-
## The Problem
When I try to call a `sub` passing it a hash using my custom subset type it fails to type-check:
## Expected Behavior
To type-check successfully.
## Actual Behavior
The…
-
Hi,
Niiiiiiiiiiiiiiiiiiiiiiice! :100: Thanks for this.
Can you help me to relax the strict type checking? The type checker seems to be running in Strict mode but my code is not ready yet for th…
-
### Bug report
If I check that one item of the array is the correct type, phpstan does not report that I mayt use another item with invalidtype
### Code snippet that reproduces the problem
https://…
-
Just a small question: why was this necessary:
```python
from typing import (
TYPE_CHECKING,
)
if TYPE_CHECKING:
from nomad.datamodel.datamodel import (
EntryArchive,
…
-
Angular does not currently perform type checking for `@Component` and `@Directive` host bindings. This is a gap in Angular's otherwise robust template type checking system that leaves the door open to…