We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4776e commit 702eb6aCopy full SHA for 702eb6a
2 files changed
code_samples/app.py
@@ -22,7 +22,7 @@ def main():
22
app = QtGui.QApplication(sys.argv)
23
window = QtGui.QMainWindow()
24
25
- window.setWindowTitle('PyHOU Sample App')
+ window.setWindowTitle('Sample App')
26
window.setCentralWidget(controller.plot_production_by_month())
27
window.show()
28
code_samples/model.py
@@ -12,7 +12,7 @@
12
13
14
HDF5_FILENAME = 'oil_production.h5'
15
-XLS_FILENAME = './sample_data/PET_CRD_CRPDN_ADC_MBBL_M.xls'
+XLS_FILENAME = './code_samples/sample_data/PET_CRD_CRPDN_ADC_MBBL_M.xls'
16
17
18
class OilProductionByMonth(tables.IsDescription):
0 commit comments