-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improvements to hypothesis tab (#378)
* Rename tab * Rename functions to reflect name change * Add flag to enable optimisation * Add optimisation button * Add optimise to reset button test * Change the order of update methods to reflect new tabs * Rename enable optimisation * Add `enable_optimisation` to the `pydantic` model * Re-use constant * `|` for the win * Add back in `relax` and use `isChecked` rather than `value` * Change to `.checkState(` * Restore the test value to `0.001` * Add a warning if the user incorrectly optimises * Rename tab to `Basic` * Fix `prob_not_assign` coming from `motion_model` * Volume doesn't seem to be set correctly * Fix names in the test * Revert volume change * Adjust config file before running `configure` * Update widget tooltip Co-authored-by: Alan R Lowe <[email protected]> * Make logo smaller * Move scale variable * Callback to disable optimiser tab by name * Capitals for the win * Move track widget above config --------- Co-authored-by: Alan R Lowe <[email protected]>
- Loading branch information
1 parent
2ec7728
commit e2ee8d8
Showing
9 changed files
with
112 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.