Remove reverse readline, test against NP1 and recover NumPy 1 dependency support#203
Conversation
4c9720a to
a594b61
Compare
monty fix for reverse readline|
@janosh I believe this one is ready for review. I completely removed usage of The reverse readers from |
janosh
left a comment
There was a problem hiding this comment.
good thing you noticed. strange that it read the file in reverse only to reverse it again right away. seems like unnecessary work. was that leftover by accident @BowenD-UCB?
|
@DanielYang59 given we're no longer reliant on materialyzeai/monty#712, |
I believe we are :) Nothing missing AFAIK |
Summary
montyreverse_readlinewith built inreadlinenumpy >2pinI'm not seeing much point in using
reverse_readlineas all lines are read, and reversed immediately:chgnet/chgnet/utils/vasp_utils.py
Lines 61 to 67 in 11ff513