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

Update pip / CLI #66

Merged
merged 21 commits into from
Jul 20, 2023
Merged

Update pip / CLI #66

merged 21 commits into from
Jul 20, 2023

Conversation

RiesBen
Copy link
Collaborator

@RiesBen RiesBen commented May 9, 2023

Description

Modernize the pip install procedure

src/ensembler/util/ensemblerTypes.py Dismissed Show dismissed Hide dismissed
src/ensembler/util/ensemblerTypes.py Dismissed Show dismissed Hide dismissed
Comment on lines +199 to +201
def append_state(self, new_position: Union[Number, Iterable[Number]], new_velocity: Union[Number, Iterable[Number]],
new_forces: Union[Number, Iterable[Number]], new_s: Union[Number, Iterable[Number]],
new_eoff: Iterable[Number]):

Check warning

Code scanning / CodeQL

Signature mismatch in overriding method Warning

Overriding method 'append_state' has signature mismatch with
overridden method
.
np.testing.assert_almost_equal(desired=dF_ana, actual=dF_zwanzig, decimal=2)


class test_BAR(test_ZwanzigEquation):

Check warning

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'test_BAR' is unnecessary as it is
redefined
before this value is used.
cond.verbose = True

expected_pos = np.array([8])
expected_vel = np.array([3])

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable expected_vel is not used.
expected_pos = np.array([8])
expected_vel = np.array([3])
position = [-2]
vel = [-3]

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable vel is not used.
cond.verbose = True

expected_pos = [8, 1]
expected_vel = np.array([3, 3])

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable expected_vel is not used.
expected_pos = [8, 1]
expected_vel = np.array([3, 3])
position = [-2, 1]
vel = [-3, 3]

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable vel is not used.
@RiesBen RiesBen changed the title Update pip Update pip / CLI May 9, 2023
@RiesBen RiesBen merged commit 1ddcd4e into master Jul 20, 2023
6 of 7 checks passed
@RiesBen RiesBen deleted the update_pip branch July 20, 2023 01:31
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.

None yet

1 participant