We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c689d commit f3d04f4Copy full SHA for f3d04f4
2 files changed
README.md
@@ -81,8 +81,8 @@ julia> Pkg.add("SimJulia")
81
#### Todo
82
83
* Transparent output processing.
84
-* Extension to PDE by method of lines Integration.
85
-* Automatically running a large number of simulations (over a parameter space) on a cluster to do simulation based optimisations.
+* Extension of continuous integration to PDEs by method of lines Integration.
+* Automatically running a large number of simulations (over a parameter space) on a cluster to do simulation based optimisation.
86
87
88
#### Authors
test/runtests.jl
@@ -1,3 +1,4 @@
1
+workspace()
2
testpath(f) = joinpath(dirname(@__FILE__), f)
3
4
for test_file in [
0 commit comments