Skip to content

Commit

Permalink
Added missing docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Nov 14, 2023
1 parent 869672a commit 514e672
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/wf_psf/utils/configs_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,15 @@ def _load_training_conf(self, training_conf):
return training_conf

def _load_data_conf(self):
"""Load Data Conf.
A method to load the data configuration file
and return an instance of DataConfigHandler class.
Returns
-------
An instance of the DataConfigHandler class.
"""
try:
return DataConfigHandler(
os.path.join(
Expand Down

0 comments on commit 514e672

Please sign in to comment.