Deltares / hydromt

HydroMT: Automated and reproducible model building and analysis
https://deltares.github.io/hydromt/
MIT License
65 stars 28 forks source link

Data catalog tests #978

Closed savente93 closed 1 month ago

savente93 commented 1 month ago

Issue addressed

Fixes #937

Explanation

The only thing left to fix that is in scope for this ticket was an __eq__ implementation for DataSource. Since the driver includes things like the fs for which it's not really clear what equality means, and I also think it makes sense that we'll consider data sources the same regardless of which driver we read them through, I think it makes sense to exclude it from that.

General Checklist

Additional Notes (optional)

Add any additional notes or information that may be helpful.

savente93 commented 1 month ago

closing in favor of #980