AISViz / AISdb

AISdb Python package for smart AIS data storage and interaction.
https://aisviz.cs.dal.ca
GNU Affero General Public License v3.0
7 stars 0 forks source link

Refactor code for improved readability #66

Closed gabrielspadon closed 5 months ago

gabrielspadon commented 5 months ago

Simplified the coding style for creating DBQuery instances across multiple test files to enhance readability and maintainability. This includes reducing argument segmentation and streamlining variable assignments. The refactoring also involves cleaning up unnecessary condition checks.