Skip to content

Commit

Permalink
Comment out autopilot part in createviews
Browse files Browse the repository at this point in the history
  • Loading branch information
lnauta committed Jan 2, 2025
1 parent ab504f7 commit 568782e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/createViews.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ def get_db():
db = get_db()
# Create the Views in database
createViews(db)
createViews(db, design_doc_name='SingleCore', logic_appendix=' && doc.cores == 1')
createViews(db, design_doc_name='MultiCore', logic_appendix=' && doc.cores == 4')
# Create the Views for the autopilot example
#createViews(db, design_doc_name='SingleCore', logic_appendix=' && doc.cores == 1')
#createViews(db, design_doc_name='MultiCore', logic_appendix=' && doc.cores == 4')

0 comments on commit 568782e

Please sign in to comment.