-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update pip / CLI #66
Conversation
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
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 test
redefined
cond.verbose = True | ||
|
||
expected_pos = np.array([8]) | ||
expected_vel = np.array([3]) |
Check notice
Code scanning / CodeQL
Unused local variable Note test
expected_pos = np.array([8]) | ||
expected_vel = np.array([3]) | ||
position = [-2] | ||
vel = [-3] |
Check notice
Code scanning / CodeQL
Unused local variable Note test
cond.verbose = True | ||
|
||
expected_pos = [8, 1] | ||
expected_vel = np.array([3, 3]) |
Check notice
Code scanning / CodeQL
Unused local variable Note test
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 test
Description
Modernize the pip install procedure