MilanStaffehl / numdantic

Typing support for numpy arrays and numpy array validation with pydantic.
MIT License
1 stars 0 forks source link

Correct description about mixing `Literal` and `int` in shapes #26

Closed MilanStaffehl closed 1 month ago

MilanStaffehl commented 1 month ago

The README states that literals are accepted where integers are expected. This is not true.