Skip to content

Commit

Permalink
Update verify_folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jayqi committed Apr 12, 2024
1 parent 027cdce commit 3c3ef72
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/test_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,7 @@ def verify_folders(root, config):

if config["include_code_scaffold"] == "Yes":
expected_dirs += [
f"{config['module_name']}/data",
f"{config['module_name']}/features",
f"{config['module_name']}/models",
f"{config['module_name']}/visualization",
f"{config['module_name']}/modeling",
]

if config["docs"] == "mkdocs":
Expand Down

0 comments on commit 3c3ef72

Please sign in to comment.