Skip to content

linting is error free#38

Open
ehsanolfat wants to merge 1 commit intomainfrom
ehsan/linting
Open

linting is error free#38
ehsanolfat wants to merge 1 commit intomainfrom
ehsan/linting

Conversation

@ehsanolfat
Copy link
Copy Markdown
Collaborator

No description provided.

@ehsanolfat ehsanolfat requested a review from mahdiolfat March 19, 2024 20:14
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

For consistency, let's phrase it as "Test cases for the Adaptive module."


def test_atog() -> None:

"""The m-file for the step-down recursion."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

it's not a matlabl file (m-file), this is a functional test for the step-down recursion.



def test_rtog() -> None:
"""Companion m-file.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Not an m-file.



def test_pade() -> None:
"""Pade Approximation."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Functional test for the Pade Approximation.



def test_prony():
"""Prony method."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Functional test for the...

@@ -1,10 +1,12 @@
""""""
"""Test optimal."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Test cases for the Optimal module.



def test_kalman():
"""Discrete Kalman filter."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Functional test for the...

@@ -0,0 +1 @@
"""Spectrum."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Test cases for the Spectrum module.



def test_convm():
"""Set up a convoluston matrix."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Functional test for the...

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

spelling correction: "convolution".

Functional test for the Convolution matrix.

@@ -0,0 +1 @@
"""Discrete-time system."""
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Test cases for the Discrete-Time Systems module.

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