Skip to content

Commit

Permalink
removed pyplot specification. Apparently its a little hard to get Tra…
Browse files Browse the repository at this point in the history
…vis to install its dependencies so I will skip plotting testing for now
  • Loading branch information
jtramm committed Dec 15, 2016
1 parent 4cba4c7 commit 2be7c1e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion src/ConstructiveSolidGeometry.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export unitize
export cross

using Plots
pyplot()

"""
type Coord
Expand Down
4 changes: 0 additions & 4 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -335,8 +335,4 @@ new_ray, id, bc_type = find_intersection(ray, geometry)
@test id == 3
@test bc_type == "transmission"

# Test Plotters
#plot_geometry_2D(geometry, geometry.bounding_box, 200)
#plot_cell_2D(geometry, geometry.bounding_box, 200, 1)

println("Tests complete")

0 comments on commit 2be7c1e

Please sign in to comment.