Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
Merge branch 'main' of https://github.com/EcosystemEcologyLab/AZ-AGB-trend

# Conflicts:
#	_targets.R
  • Loading branch information
Aariq committed May 23, 2024
2 parents 147177b + 9a0e30b commit 16e1279
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/data/
_targets/
/tiles/
/logs/
5 changes: 3 additions & 2 deletions _targets.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ controller_heavy <- crew.cluster::crew_controller_slurm(

controller_local <-
crew::crew_controller_local(
name = "local",
name = "local",
workers = 4,
seconds_idle = 60,
seconds_idle = 60,
local_log_directory = "logs"
)

# Set target options:
Expand Down

0 comments on commit 16e1279

Please sign in to comment.