Skip to content

Commit 702eb6a

Browse files
committed
Update sample data path, gui title
1 parent 7a4776e commit 702eb6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

code_samples/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def main():
2222
app = QtGui.QApplication(sys.argv)
2323
window = QtGui.QMainWindow()
2424

25-
window.setWindowTitle('PyHOU Sample App')
25+
window.setWindowTitle('Sample App')
2626
window.setCentralWidget(controller.plot_production_by_month())
2727
window.show()
2828

code_samples/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
HDF5_FILENAME = 'oil_production.h5'
15-
XLS_FILENAME = './sample_data/PET_CRD_CRPDN_ADC_MBBL_M.xls'
15+
XLS_FILENAME = './code_samples/sample_data/PET_CRD_CRPDN_ADC_MBBL_M.xls'
1616

1717

1818
class OilProductionByMonth(tables.IsDescription):

0 commit comments

Comments
 (0)