alan-turing-institute / DTBase

A starting point from which digital twins can be developed.
MIT License
10 stars 4 forks source link

Rework HODMD to use BaseService #265

Closed mhauru closed 3 months ago

mhauru commented 3 months ago

This reworks the HODMD code, fixes some bugs in it, simplifies it, and makes it work with BaseService. I also add an Azure function and tests for it.

I also make a couple of other changes that came up in the process:

More changes to the models may be coming, but this feels like a good check point to get stuff merged.

Closes #202