Skip to content

Commit

Permalink
[debug] remove v1.1.4, rename v1.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
dunzeng committed Apr 10, 2022
1 parent 86242fe commit 6105732
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fedlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "1.1.4"
__version__ = "1.1.5"
4 changes: 2 additions & 2 deletions fedlab/core/client/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def main_loop(self):
while True:
# request model actively
self._LOGGER.info("request parameter procedure")
self._network.send(message_code=MessageCode.ParameterRequest, src=0)
self._network.send(message_code=MessageCode.ParameterRequest, dst=0)

# waits for data from
sender_rank, message_code, payload = self._network.recv(src=0)
# sender_rank, message_code, payload = PackageProcessor.recv_package(src=0)
Expand Down

0 comments on commit 6105732

Please sign in to comment.