Skip to content

Commit

Permalink
removed plotting tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtramm committed Dec 15, 2016
1 parent f723455 commit c43a091
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -335,9 +335,4 @@ new_ray, id, bc_type = find_intersection(ray, geometry)
@test id == 3
@test bc_type == "transmission"

# Run plotting functions

plot_geometry_2D(geometry, geometry.bounding_box, 200)
plot_cell_2D(geometry, geometry.bounding_box, 200, 1)

println("Tests complete")

0 comments on commit c43a091

Please sign in to comment.