Skip to content

Commit e255b0c

Browse files
committed
Refactored reports into separate file
1 parent 296c738 commit e255b0c

File tree

3 files changed

+517
-520
lines changed

3 files changed

+517
-520
lines changed

FittingResultsViewer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import guifiles.CustomDialogs as CustomDialogs
55

66

7-
87
app = wx.App()
98
f = open("pickledEquationFile", "rb")
109
unPickledEquation = pickle.load(f)

0 commit comments

Comments
 (0)