Skip to content

Commit 4189b38

Browse files
committed
change default location for solver output
1 parent fc6afca commit 4189b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
diverging_iterates_tol::T = 1.0e8
1818
mu_target::T = 1.0e-4
1919
print_level::Int = 5
20-
output_file = joinpath(dirname(pathof(DirectTrajectoryOptimization)), "..", "output.txt")
20+
output_file = "output.txt"
2121
print_user_options = "no"
2222
# print_options_documentation = "no"
2323
# print_timing_statistics = "no"

0 commit comments

Comments
 (0)