MilanStaffehl / numdantic

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

Improve random IDs in type checking tests #42

Closed MilanStaffehl closed 4 months ago

MilanStaffehl commented 4 months ago

Tests often fail due to random IDs being duplicated. Avoid this by making them incremented numbers instead.