Closed Timo9Madrid7 closed 2 years ago
Only one comment! I think you also need to run the black
formatted and then we are ready to merge this :rocket:
Only one comment! I think you also need to run the
black
formatted and then we are ready to merge this 🚀
Ok, I have applied black
formatter for api.py
and tensor/static.py
.
Ah..you also need to use the isort
.
The better solution is to install the pre-commit
hooks and they should do the job!
Ah..you also need to use the
isort
. The better solution is to install thepre-commit
hooks and they should do the job!
Alright! These two files have been checked and passed those tests. Thank you for guiding me.
$ pre-commit run --files src/sympc/api.py src/sympc/tensor/static.py
Ah..you also need to use the
isort
. The better solution is to install thepre-commit
hooks and they should do the job!Alright! These two files have been checked and passed those tests. Thank you for guiding me.
$ pre-commit run --files src/sympc/api.py src/sympc/tensor/static.py
No worries!
Description
cat
can concatenatesShareTensor
, but it is not workable forReplicatedSharedTensor
.cat_replicatedShare_tensor
in apy.py and static.py for the concatenation ofReplicatedSharedTensor
.Affected Dependencies
How has this been tested?
Checklist