Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Commit

Permalink
Simple bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardchoi-google committed Jan 25, 2020
1 parent 56ecb60 commit 7f3d907
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,8 @@ def parse(self, serialized_examples):
serialized_examples,
context_features=self.context_features_config,
sequence_features=self.sequence_features_config)
return (batch_context, batch_sequence)

return (batch_context, batch_sequence)


class EHRTransformer(object):
Expand Down

0 comments on commit 7f3d907

Please sign in to comment.