unibas-gravis / scalismo-faces

Scalable Image Analysis and Shape Modelling: Module to work with 2d images, with a focus on face images
Apache License 2.0
118 stars 27 forks source link

Update to new scalismo version #137

Closed Andreas-Forster closed 1 year ago

Andreas-Forster commented 1 year ago

An initial preview of changes needed to update to new scalismo dependency and the complete migrating to scala 3. Yet not all warnings are fixed.

marcelluethi commented 1 year ago

What happened to the integration tests? I see that no CI is running?

Andreas-Forster commented 1 year ago

You were right, the build.sbt was indeed missing. I corrected that now.

I do not yet know what happened to the CI. Maybe never setup correctly or it was not maintained and is now outdated.

Andreas-Forster commented 1 year ago

I added CI and fixed formatting to follow the style checks already used in Scalismo.

Further, I updated the file endings of models to be ".h5.json" in the tests and it uses now sbt 1.8.2 for building.