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

Enhancement/164/coupled action #217

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

lmalina
Copy link
Member

@lmalina lmalina commented Sep 8, 2020

Introduces correction to coupling in action calculation. For the moment waits for coupling module to be finished and lacks a test.

@lmalina lmalina added the Enhancement New feature or request label Sep 8, 2020
@lmalina lmalina self-assigned this Sep 8, 2020
@@ -78,14 +78,26 @@ def _getkick(measure_input, files, plane):
return kick_frame


def _gen_kick_calc(meas_input, lin, plane):
def _gen_kick_calc(meas_input, lin, plane, coupling=None):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add header in argument to put a flag there if correction was applied?

@mihofer mihofer linked an issue Sep 17, 2020 that may be closed by this pull request
@codeclimate
Copy link

codeclimate bot commented Oct 12, 2021

Code Climate has analyzed commit dc9d278 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 37.5% (50% is the threshold).

This pull request will bring the total coverage in the repository to 85.9% (0.0% change).

View more on Code Climate.

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

Successfully merging this pull request may close these issues.

Reiterate on action calculation with coupling
2 participants