Skip to content

Commit

Permalink
Update configure.py removing f
Browse files Browse the repository at this point in the history
  • Loading branch information
ourownstory authored Aug 14, 2024
1 parent f796efa commit 52db2f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuralprophet/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_data_params(self, df_name):
data_params = self.global_data_params
else:
if df_name in self.local_data_params.keys() and df_name != "__df__":
log.debug(f"Dataset name {df_name!r} found in training data_params")
log.debug("Dataset name {df_name!r} found in training data_params")
data_params = self.local_data_params[df_name]
elif self.unknown_data_normalization:
log.debug(
Expand Down

0 comments on commit 52db2f7

Please sign in to comment.