Kristina Thieme
Kristina Thieme
When adding multiple runs e.g. minimal/run_1 and mlp/run_1 it is not clear which one is which later on, because they are both called run_1. I find it a bit confusing,...
When clicking randomly trough Plugins, sometimes for a small second an error appears and disappears again. The error seems to say, that the server is unresponsive in this small time...
When trying to remove jobs from the registry in a custom queue, the remove jobs function is called with a [wrong type](https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/custom_queue.py#L128C17-L128C17). The function needs the registry to remove the...
In the AbstractRun class, it is tried to use the [class variable models_dir](https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/runs/__init__.py#L615C31-L615C31), which does not exist in this class, nor in its superclass. [It does exist in the Run...
In this section, different functions, either matplotlib functions or functions of the [styled plot module](https://github.com/automl/DeepCAVE/blob/1851126c064a3120299250fb39b2c00d00abbc2e/deepcave/utils/styled_plot.py ), are called on the plt variable, which is a matplotlib object. (render() is a...