Skip to content

Commit

Permalink
Polishing it up
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 2, 2023
1 parent 9ec74b8 commit 1815e6b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion energyplus_pet/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
NICE_NAME = "EnergyPlus P.E.T."
VERSION = "0.43"
VERSION = "0.44"
4 changes: 4 additions & 0 deletions energyplus_pet/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from energyplus_pet.runner import main_gui


main_gui()
2 changes: 1 addition & 1 deletion energyplus_pet/forms/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
class EnergyPlusPetWindow(Tk):
"""This form is the primary GUI entry point for the program; all control runs through here"""

def __init__(self) -> None:
def __init__(self):
"""
The main window of the parameter estimation tool GUI workflow.
This window is an instance of a tk.Tk object
Expand Down

0 comments on commit 1815e6b

Please sign in to comment.