alan-turing-institute / DTBase

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

Miscellaneous small improvements #173

Closed mhauru closed 8 months ago

mhauru commented 8 months ago

This is a collection of things I ended up improving while working on the Arima code, that are unrelated to the main changes in the Arima code. They are probably best reviewed commit-by-commit, each commit should be quite self-contained and simple. Here are the commit messages:

    Fix a frontend bug in date ranges for models page
    Move `backend_call` from webapp and ingress into core
    Fix a type annotation in core/models.py
    Remove nonexistent argument from docstring
    Improve insert-model endpoint return values
    Improve an endpoint docstring
EdwinB12 commented 8 months ago

All changes look good. Just want to get clarification on the bug fix in the date ranges before approving