Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Nov 12, 2024
1 parent 1da9e4b commit a5c407c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/everest/config/everest_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class EverestConfig(BaseModelWithPropertySupport): # type: ignore
requirements of the forward models.
""",
)
simulator: SimulatorConfig = Field(
simulator: Optional[SimulatorConfig] = Field(
default_factory=SimulatorConfig, description="Simulation settings"
)
forward_model: Optional[List[str]] = Field(
Expand Down
1 change: 0 additions & 1 deletion tests/everest/test_logging.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import asyncio
import os
import time

import pytest

Expand Down

0 comments on commit a5c407c

Please sign in to comment.