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

Prevent exception from CDK from bubbling up to GSRS during structure parsing #32

Merged
merged 3 commits into from
Sep 3, 2024

Commits on Aug 29, 2024

  1. wrapping a CDK call that failed for some structures in a try/catch to

    prevent the exception from bubbling up to the UI.
    ChemMitch committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e86c615 View commit details
    Browse the repository at this point in the history
  2. added explanatory comment

    ChemMitch committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f879b8c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. bandaid to prevent exception from bubbling up during structure parsing

    adding some data files for unit tests, omitted earlier.
    ChemMitch committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    02a5c9d View commit details
    Browse the repository at this point in the history