Skip to content

Commit

Permalink
correct comment and runtime message in get_berror_dict_identity (NOAA…
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Apr 17, 2023
1 parent ca5d325 commit 1ca8a2a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ush/python/pygfs/task/atm_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,15 @@ def get_berror_dict(self, config: Dict[str, Any]) -> Dict[str, List[str]]:
@staticmethod
@logit(logger)
def _get_berror_dict_identity(config: Dict[str, Any]) -> Dict[str, List[str]]:
"""Compile a dictionary of atm identity background error files to copy
This method is not implemented yet.
"""Placeholder for atm identity background error files to copy
This method currently does nothing since the identity background error
does not require any external files.
This is a private method and should not be accessed directly.
"""
raise NotImplementedError("Identity background error not yet implemented")
logger.info(f"Identity background error does not use staged files. Return empty dictionary")

@staticmethod
@logit(logger)
Expand Down

0 comments on commit 1ca8a2a

Please sign in to comment.