Skip to content

Commit

Permalink
ci(mkdocs): remove run_titan.py from watched dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
s-bessey committed Dec 22, 2021
1 parent 76ddb2d commit fd4ab03
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ plugins:
heading_level: 3
watch:
- titan
- run_titan.py

markdown_extensions:
- admonition
Expand Down
2 changes: 1 addition & 1 deletion titan/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def enter(self):
Based on enter/exit pairs [params.enter_exit], create new agents through the following strategies:
* new_agent: draw agent characteristics from model params
* replace: use exited agent's characteristics to determine new agent characteristics
* replace: use exited agent's characteristics to get new characteristics
"""
for strategy in self.params.enter_exit.values():
Expand Down

0 comments on commit fd4ab03

Please sign in to comment.