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

52 lammps parsing failure #86

Merged
merged 4 commits into from
Jan 23, 2024
Merged

52 lammps parsing failure #86

merged 4 commits into from
Jan 23, 2024

Conversation

JFRudzinski
Copy link
Collaborator

No description provided.

@JFRudzinski JFRudzinski linked an issue Jan 19, 2024 that may be closed by this pull request
@JFRudzinski JFRudzinski requested a review from ladinesa January 19, 2024 10:26
@JFRudzinski JFRudzinski self-assigned this Jan 19, 2024
@JFRudzinski
Copy link
Collaborator Author

@ladinesa please take a look at what I did here to improve the search for the Lammps data file. I know that the parser matching code has functionality to check the headers, but I wasn't sure if it was easy/possible to extract that for alternative use, so I just wrote my own function.

)[
1
] # JFR- @Alvin Please check this - changed from [0] to [1] for case that filename is leading with log
prefix = os.path.basename(self.mainfile).rsplit(".", 1)[1]
Copy link
Collaborator

Choose a reason for hiding this comment

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

i think we need error handling here in case basename does not contain .

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

please check again.

@JFRudzinski
Copy link
Collaborator Author

@ladinesa Can I merge this?

@ladinesa
Copy link
Collaborator

@ladinesa Can I merge this?

affirmative

@JFRudzinski JFRudzinski merged commit 8e33e0e into develop Jan 23, 2024
2 checks passed
@JFRudzinski JFRudzinski deleted the 52-lammps-parsing-failure branch January 23, 2024 08:27
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.

LAMMPS parsing failure
2 participants