Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
update logger in full dialogue featurizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghostvv committed Jun 15, 2018
1 parent 38c69b2 commit 6cfd049
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rasa_core/featurizers.py
Expand Up @@ -484,7 +484,8 @@ def training_states_and_actions(
trackers_as_actions = []

logger.info("Creating states and action examples from "
"collected trackers ({})...".format(type(self)))
"collected trackers (by {})..."
"".format(type(self).__name__))
pbar = tqdm(trackers, desc="Processed trackers")
for tracker in pbar:
states = self._create_states(tracker, domain,
Expand Down
1 change: 0 additions & 1 deletion rasa_core/version.py
Expand Up @@ -5,4 +5,3 @@


__version__ = '0.10.0a2'

0 comments on commit 6cfd049

Please sign in to comment.