Skip to content

Commit 245a0ce

Browse files
author
dzalkind
committed
Update path in ex 19
1 parent 3758870 commit 245a0ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/19_update_discon_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def main():
2929
# Try using updated DISCON
3030

3131
shutil.copyfile(
32-
os.path.join(this_dir,'example_inputs','Cp_Ct_Cq.IEA15MW.txt'),
32+
os.path.join(this_dir,'Test_Cases', 'IEA-15-240-RWT', 'IEA-15-240-RWT', 'Cp_Ct_Cq.IEA15MW.txt'),
3333
os.path.join(this_dir,'examples_out','Cp_Ct_Cq.IEA15MW.txt')
3434
) # Copy Cp table for testing
3535

0 commit comments

Comments
 (0)