Skip to content

Commit

Permalink
chore: miscellaneous update (#94)
Browse files Browse the repository at this point in the history
The maintainers' email address is correctly updated.
A debugging message was removed since it can be annoying when the
function of checking a world's status is called frequently.
  • Loading branch information
myungjin authored Dec 19, 2024
1 parent 53f4954 commit debbfd2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

[conduct-email]: mailto:[email protected]@cisco.com
[conduct-email]: mailto:[email protected]

## Attribution

Expand Down
1 change: 0 additions & 1 deletion multiworld/communicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def is_broken(self, world_name: str) -> bool:
Returns:
A boolean value to indicate whether a world is broken or not.
"""
logger.debug(f"check if world {world_name} is broken")
return self._broken_world.get(world_name, True)

def _set_functions(self, world_name: str, backend: str) -> None:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name="multiworld"
dynamic = ["version"]
authors = [{ name="Multiworld Maintainers", email="multiworld-github-owners@cisco.com" }]
authors = [{ name="Multiworld Maintainers", email="multiworld-maintainers@cisco.com" }]
description="This package is a python library to support multiple communication groups for pytorch's distribted package"
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit debbfd2

Please sign in to comment.