Skip to content

Commit 3780165

Browse files
committed
Use merged data map in module
Pull Request resolved: #14767 Differential Revision: [D83799869](https://our.internmc.facebook.com/intern/diff/D83799869/) ghstack-source-id: 313776962
1 parent d4ef4c8 commit 3780165

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

extension/module/test/module_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,6 @@ TEST_F(ModuleTest, TestPTD) {
537537

538538
TEST_F(ModuleTest, TestPTD_Multiple) {
539539
std::vector<std::string> data_files = {add_mul_data_path_, linear_data_path_};
540-
541540
// Create module with add mul.
542541
Module module_add_mul(add_mul_path_, data_files);
543542
ASSERT_EQ(module_add_mul.load_method("forward"), Error::Ok);

0 commit comments

Comments
 (0)