Skip to content

Commit

Permalink
Remove stray @infiltrate
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosejoycrocker committed Jan 10, 2024
1 parent 1084611 commit ce2b053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mcda.jl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function create_test_decision_matrix(n_sites::Int64, risk_tol::Float64)
# Dummy priority predecessors
predec = priority_location_criteria(strong_pred, [1, 2], site_ids)
zones_criteria = priority_zones_criteria(strong_pred, zones, ["Good"], site_ids)
Main.@infiltrate

prop_cover = [0.3, 0.5, 0.9, 0.6, 0.0]
max_cover = [0.8, 0.75, 0.95, 0.7, 0.0]

Expand Down

0 comments on commit ce2b053

Please sign in to comment.