add workspace() command to the beginning of test.jl

time-shift
Houtan Bastani 2015-08-17 11:45:24 +02:00
parent d208391c6d
commit 96869fbd76
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#clear workspace
workspace()
# Modification of the path (for packages). Should be done in ~/.juliarc.jl with a fixed path instead.
unshift!(LOAD_PATH, abspath("../../../julia"))