Skip to content

Commit

Permalink
Removed stragglers.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed May 1, 2024
1 parent 4b42f79 commit 40c2835
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/roman_datamodels/maker_utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from ._basic_meta import * # noqa: F403
from ._common_meta import * # noqa: F403
from ._datamodels import * # noqa: F403
# from ._ground import * # noqa: F403
from ._ref_files import * # noqa: F403
from ._tagged_nodes import * # noqa: F403

Expand Down
1 change: 0 additions & 1 deletion src/roman_datamodels/stnode/_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ def __setitem__(self, key, value):
# If the value is a dictionary, loop over its keys and convert them to tagged scalars
if isinstance(value, dict):
for sub_key, sub_value in value.items():
# value[sub_key] = self._convert_to_scalar(sub_key, sub_value)
if self._tag and "/tvac" in self._tag:
value[sub_key] = self._convert_to_scalar("tvac_"+sub_key, sub_value)
elif self._tag and "/fps" in self._tag:
Expand Down

0 comments on commit 40c2835

Please sign in to comment.