Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Code optimizations as per pylint suggestions#247

Open
Demfier wants to merge 1 commit intogoogle:masterfrom
Demfier:pylint_optimizations
Open

Code optimizations as per pylint suggestions#247
Demfier wants to merge 1 commit intogoogle:masterfrom
Demfier:pylint_optimizations

Conversation

@Demfier
Copy link

@Demfier Demfier commented Jun 4, 2017

I have added some code optimizations as per pylint suggestions.
There are a 3 (useless-self-deligations) and 1 code-duplication instance (seq2seq.encoders.conv_encoder:66 & seq2seq.encoders.pooling_encoder:120) left.
I didn't change the getargspec() method in seq2seq/training/utils.py as it's not backward compatible with python2.

Previous code rating: 9.94/10
Current code rating: 9.98/10

This has been addressed here #237
Ping @dennybritz .

@Demfier
Copy link
Author

Demfier commented Jun 24, 2017

@dennybritz Please review this

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant