Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Wall tests #17
Wall tests #17
Changes from 25 commits
fe2c964
70aa329
c66303c
3c5002e
79fe6a7
0e368d4
d6144a5
7aaa0b1
98e2ae0
e90e9e2
ca4e1c7
070728b
c575ef2
edf78f5
1ce606a
4392903
4fb82bf
5127394
51db36a
5da7450
c4f2664
9b3a4d3
830866e
800f634
1113390
74ec436
447e543
07b4794
ac2b405
059f3fd
4b1137e
96bb02e
d5aa6e0
c9590f1
fc93dbc
b8e9523
f63d4b7
0c02a8f
13e952a
5adc595
fb780d4
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line introduces scipy as a test dependency, it should be added to the environment.yml accordingly. Its a big one, though, maybe the files should be converted to npy to be read with numpy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also agree that we should remove scipy as a dependency whenever possible - it's a buggy, bad library
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I converted everything in the wall tests to use numpy, but it's worth mentioning that the fluctuation dissipation test depends on scipy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lol good point, but it's still good to reduce our dependence on garbage :)