Skip to content

Commit f3d04f4

Browse files
committed
Minor updates
1 parent e5c689d commit f3d04f4

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ julia> Pkg.add("SimJulia")
8181
#### Todo
8282

8383
* 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.
84+
* Extension of continuous integration to PDEs by method of lines Integration.
85+
* Automatically running a large number of simulations (over a parameter space) on a cluster to do simulation based optimisation.
8686

8787

8888
#### Authors

test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
workspace()
12
testpath(f) = joinpath(dirname(@__FILE__), f)
23

34
for test_file in [

0 commit comments

Comments
 (0)