Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaracappa1 committed Aug 20, 2024
1 parent 87c8132 commit c6fed1c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/compare_spatial_vars.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ compare_spatial_vars = function(param.dir,
dplyr::summarise(atoutput = mean(atoutput,na.rm=T))%>%
dplyr::group_by(species,fleet)%>%
dplyr::mutate(model.total = sum(atoutput))%>%
dplyr::ungroup()%>%
print(n = 60)
dplyr::ungroup()

}

run.data.yr$polygon = as.factor(run.data.yr$polygon)
Expand Down
6 changes: 4 additions & 2 deletions input.files.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
library(dplyr)
i = 1
param.dir = 'C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/currentVersion'
# param.dir = 'C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/currentVersion'
param.dir = 'Z:/Joe_Proj/currentVersion/'
# run.dirs = c('C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/Atlantis_Runs/gfimposezerotsfullsweptarea2',
# 'C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/Atlantis_Runs/HER_TS_dist_ddepend3')
run.dirs = 'C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/Atlantis_Runs/fleets_example'
# run.dirs = 'C:/Users/joseph.caracappa/Documents/GitHub/neus-atlantis/Atlantis_Runs/fleets_example'
run.dirs = 'Z:/Joe_Proj/Atlantis_Runs/fleets_example'
# run.names = c('HER_TS_dist_ddepend0','HER_TS_dist_ddepend3')
run.names = 'fleets_example'
out.name = 'catch_test'
Expand Down

0 comments on commit c6fed1c

Please sign in to comment.