Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
liuly12 committed Oct 2, 2024
1 parent f64e9c3 commit 4587b09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wsimod/nodes/nodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from wsimod.core.core import WSIObj
from wsimod.orchestration.model import read_csv


class Node(WSIObj):
""""""

Expand Down Expand Up @@ -88,7 +89,7 @@ def apply_overrides(self, overrides: Dict[str, Any] = {}) -> None:
overrides (dict, optional): Dictionary of overrides. Defaults to {}.
"""
# overrides data_input_dict

content = overrides.pop("data_input_dict", self.data_input_dict)
if isinstance(content, str):
self.data_input_dict = read_csv(content)
Expand Down

0 comments on commit 4587b09

Please sign in to comment.