GEMScienceTools / oq-mbtk

OpenQuake Model Building Toolkit, a suite of tools for building components and analysing models for PSHA.
https://gemsciencetools.github.io/oq-mbtk/index.html
GNU Affero General Public License v3.0
16 stars 8 forks source link

[WIP] Fixing the 3D disagg plotting + adding some unit tests #435

Closed CB-quakemodel closed 1 month ago

CB-quakemodel commented 1 month ago

I think the tests were passing only because 2 empty lists were being compared (the splitting of lines without specifying a comma delimiter was producing an empty list, from which no csv values were being appended)

I will also add some unit tests for the 3D disagg plotting once I have it working on Windows