Skip to content

Commit f10de83

Browse files
committed
oops, fix path to irradiance module in expample
1 parent d2b41b9 commit f10de83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

carousel/docs/tutorials/tutorial_3.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ formulas. Otherwise specify the path to the module or package as well. ::
194194
formula_importer = PyModuleImporter
195195
module = 'irradiance' # module name
196196
package = None # no package
197-
path = 'examples/PVPower/formulas' # path to module
197+
path = 'examples/PVPower/pvpower/formulas' # path to module
198198

199199

200200
class Performance(formulas.Formula):

0 commit comments

Comments
 (0)