Skip to content

Commit 14be9be

Browse files
committed
fixing path issue
1 parent 8636a94 commit 14be9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pySDC/tests/test_projects/test_hamiltonian/test_solar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
def test_main():
44
prob = 'outer_solar_system'
5-
show_results(prob)
5+
show_results(prob, cwd='pySDC/projects/Hamiltonian/')

0 commit comments

Comments
 (0)