Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningSE committed Oct 11, 2024
1 parent 6383140 commit 63f82ab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/test_MicroPhysics.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ class TestMicroPhysicsBase(unittest.TestCase):
def setUpClass(cls):
cls.temp_dir = tempfile.TemporaryDirectory()

cls.test_context = fuse.context.microphysics_context(cls.temp_dir.name)
cls.test_context = fuse.context.full_chain_context(
output_folder=cls.temp_dir.name,
run_without_proper_corrections=True,
)

cls.test_context.set_config(
{
Expand Down

0 comments on commit 63f82ab

Please sign in to comment.