Skip to content

Commit

Permalink
remove comment and add dummy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
GondekNP committed Dec 18, 2024
1 parent 69bfb09 commit 5760514
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/todos_to_issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
### NOTE: Disabled for now, since we are not paying for the MongoDB Atlas cluster -
### probably should just self-host it but not really necessary at the moment for just this repo

name: "Run TODO to Issue"
on: ["push"]
jobs:
Expand Down
3 changes: 3 additions & 0 deletions vegetation/patch/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ def step(self):
self.disperse_seeds()

def _update_life_stage(self):

# TODO: Test issue
# Hello

if self.life_stage == 'dead':
return
Expand Down

0 comments on commit 5760514

Please sign in to comment.