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

Commit

Permalink
fix(base): fix dump and load on compositional encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 22, 2019
1 parent 2b165ec commit 15cd7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_load_dump_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_dummytf(self):
self.assertTrue(d31.component[0].is_trained)
self.assertTrue(d31.component[1].is_trained)

d3.work_dir = './'
d3.work_dir = self.dirname
d3.name = 'dummy-pipeline'
d3.is_trained = True
d3.dump_yaml()
Expand Down

0 comments on commit 15cd7e5

Please sign in to comment.