MilanStaffehl / numdantic

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

Improve random IDs in type checking tests #42

Closed MilanStaffehl closed 1 month ago

MilanStaffehl commented 1 month ago

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