hyanwong / giglib

MIT License
4 stars 2 forks source link

Check that coordinates can be converted to integers in `append` and `add_row` #48

Closed hyanwong closed 9 months ago

hyanwong commented 10 months ago

When adding a row to tables, we should check that we only have integer values for int columns (especially for edges). Other checks can be done in the _validate method.

hyanwong commented 9 months ago

Done for positions with new _check_int method