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

Implemented two new feature calculator: Lempel Ziv complexity and Fourier Entropy #688

Merged
merged 6 commits into from
May 14, 2020

Conversation

nils-braun
Copy link
Collaborator

@github-actions
Copy link

You have style errors. See them below.

./tests/units/feature_extraction/test_feature_calculations.py:332:121: E501 line too long (123 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:333:121: E501 line too long (126 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:336:5: E303 too many blank lines (2)

@github-actions
Copy link

You have style errors. See them below.

./tests/units/feature_extraction/test_feature_calculations.py:332:121: E501 line too long (123 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:333:121: E501 line too long (126 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:336:5: E303 too many blank lines (2)

@github-actions
Copy link

You have style errors. See them below.

./tests/units/feature_extraction/test_feature_calculations.py:332:121: E501 line too long (123 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:333:121: E501 line too long (126 > 120 characters)
./tests/units/feature_extraction/test_feature_calculations.py:336:5: E303 too many blank lines (2)

@github-actions
Copy link

You have style errors. See them below.

./tests/units/feature_extraction/test_feature_calculations.py:332:48: E127 continuation line over-indented for visual indent
./tests/units/feature_extraction/test_feature_calculations.py:342:5: E303 too many blank lines (2)

@coveralls
Copy link

coveralls commented May 14, 2020

Coverage Status

Coverage increased (+0.06%) to 95.595% when pulling c09e134 on feature/add-lempel-ziv-complexity into b73cd09 on master.

@nils-braun nils-braun changed the title Implemented a new feature calculator: Lempel Ziv complexity Implemented two new feature calculator: Lempel Ziv complexity and Fourier Entropy May 14, 2020
@nils-braun nils-braun merged commit 8dd3f72 into master May 14, 2020
@nils-braun nils-braun deleted the feature/add-lempel-ziv-complexity branch May 14, 2020 21:59
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.

2 participants