(data_dir, zk_addr, zk_path, shard_num)
| 68 | |
| 69 | |
| 70 | def initialize_shared_graph(data_dir, zk_addr, zk_path, shard_num): |
| 71 | return initialize_graph({'mode': 'remote', |
| 72 | 'zk_server': zk_addr, |
| 73 | 'zk_path': zk_path, |
| 74 | 'shard_num': shard_num, |
| 75 | 'num_retries': 1}) |
nothing calls this directly
no test coverage detected