Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactorings #209

Open
wants to merge 28 commits into
base: development
Choose a base branch
from
Open

Refactorings #209

wants to merge 28 commits into from

Conversation

swfarnsworth
Copy link
Member

I made a couple of non-spec changes to the BiLSTM and BERT code while doing a code exploration. Only one is intended to boost performance.

I also migrated the tests related to the refactored functionality to pytest, marked those tests as slow, and instructed Travis not to run slow tests. We might consider migrating the whole test suite to pytest.

swfarnsworth and others added 26 commits May 19, 2020 15:04
Apply syntax highlighting to bibtex in README.md
Need to look into how to modularize tests with pytest, as I assume this system is not idiomatic.
@swfarnsworth
Copy link
Member Author

Closes #208.

Use list comprehensions where appropriate; uncouple a `zip` instance that could have been two list comps; flatten nested logic where possible.
As it turns out, the numbering did start at 0 after all.
@swfarnsworth
Copy link
Member Author

Closes #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants