Skip to content

Commit

Permalink
Merge branch 'mf2' into mf
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Sep 5, 2023
2 parents 5d4b520 + ea90e64 commit 0a1f8a6
Show file tree
Hide file tree
Showing 3 changed files with 228 additions and 213 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

# Version 0.9.0-alpha4 (27 Aug 2023)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.

# Version 0.9.0-alpha5 (25 Aug 2023)

This is a test version of EasyDiffraction with improved GUI and overall performance. This version temporarily does not use the EasyScience framework, contains only CrysPy as calculation engine and uses only Lmfit for minimization.


# Version 0.8.5-beta (29 Mar 2023)

Expand Down
4 changes: 4 additions & 0 deletions easyDiffractionApp/Gui/Components/GuiTestsController.qml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ EaElements.RemoteController {

property int exitCode: 0
property var res: []
property string savedLoggingLevel

Timer {
running: true
interval: 1000
onTriggered: {
savedLoggingLevel = EaGlobals.Vars.loggingLevel
EaGlobals.Vars.loggingLevel = "Debug"
runBasicGuiTest()
processTestResults()
}
Expand All @@ -36,6 +39,7 @@ EaElements.RemoteController {
onTriggered: {
console.debug(`Starting forced exit timer`)
console.debug(`Calling python exit app helper from within QML with code ${exitCode}`)
EaGlobals.Vars.loggingLevel = savedLoggingLevel
Globals.Proxies.main.backendHelpers.exitApp(exitCode)
}
}
Expand Down
Loading

0 comments on commit 0a1f8a6

Please sign in to comment.