Skip to content

Commit

Permalink
Tune default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Apr 16, 2024
1 parent 0bb085a commit 147457f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Paths(BaseSettings):


class Run(BaseSettings):
include_io: bool = False
include_io: bool = True
file_type: FileType = "parquet"

log_timings: bool = False
Expand All @@ -46,8 +46,8 @@ class Run(BaseSettings):

class Plot(BaseSettings):
show: bool = False
n_queries: int = 8
limit_with_io: int = 15
n_queries: int = 7
limit_with_io: int = 20
limit_without_io: int = 15

model_config = SettingsConfigDict(
Expand Down

0 comments on commit 147457f

Please sign in to comment.