- 19 Jun, 2020 3 commits
-
-
Samuel GAIST authored
This will make things clearer for the user.
-
Samuel GAIST authored
This makes their grouping clearer
-
Samuel GAIST authored
-
- 18 Jun, 2020 7 commits
-
-
Amir MOHAMMADI authored
Add tooltip when asset is invalid Closes #264 See merge request !135
-
It follows the same idea as the experiment editor hinting. Fixes #264
-
Amir MOHAMMADI authored
Fix DatasetBlock output handling Closes #268 See merge request !137
-
Fixes #268
-
Amir MOHAMMADI authored
Application icon Closes #263 See merge request !136
-
Samuel GAIST authored
-
Samuel GAIST authored
Original art work done by @amirmohammadi
-
- 17 Jun, 2020 7 commits
-
-
Flavio TARSETTI authored
Fix connection model handling Closes #268 See merge request !134
-
-
The model will also be used on new experiments which are empty.
-
Flavio TARSETTI authored
Fix use of blocktype enum Closes #266 See merge request !133
-
-
Flavio TARSETTI authored
Implement connection check See merge request !132
-
Samuel GAIST authored
-
- 16 Jun, 2020 6 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow only datasets with matching outputs to be listed when configuring an experiment.
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This class modelises an experiment and allows to check whether block connections are valid.
-
- 03 Jun, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Propagate prefix changes See merge request !131
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This will allow to update the content off the editor on demand like when there's new asset added or simply before showing the editor.
-
- 02 Jun, 2020 5 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Only one is need and needs updating as this class generates a database that will be re-used by other models. This follows the python phylosophy for sharing an object accross several modules. See https://docs.python.org/3/faq/programming.html#how-do-i-share-global-variables-across-modules
-
Samuel GAIST authored
This avoids loading algorithms that can't be used anyway.
-
Samuel GAIST authored
Fix the issue about number of inputs/outputs in experiment editor Closes #257 See merge request !130
-
Flavio TARSETTI authored
Fixes #257
-
- 01 Jun, 2020 1 commit
-
-
Flavio TARSETTI authored
Fix analyzer creation Closes #261 See merge request !129
-
- 29 May, 2020 3 commits
-
-
-
This was useful when not all editors were implemented.
-
-