Skip to content

Commit

Permalink
move the initial_condition_converter to the converters module
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Dec 2, 2024
1 parent 6c5590e commit 6dc8db7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/tools/test_converters.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from hydrolib.core.dflowfm.extold.models import ExtOldForcing, ExtOldQuantity
from hydrolib.core.dflowfm.inifield.models import InitialField
from hydrolib.tools.ext_old_to_new.initial_condition_converter import (
InitialConditionConverter,
)
from hydrolib.tools.ext_old_to_new.converters import InitialConditionConverter


class TestConvertInitialCondition:
Expand Down

0 comments on commit 6dc8db7

Please sign in to comment.