Skip to content

Conversation

@atravitz
Copy link
Contributor

@atravitz atravitz commented Dec 9, 2025

PR Author Checklist

  • added news item, or changes are not user-facing
  • pre-commit CI passes (comment pre-commit.ci autofix to auto-format your PR).

Tips

  • Comment pre-commit.ci autofix to have pre-commit.ci auto-format your PR.
    Since this will create a commit, it is best to make this comment when you are finished with your work.

Developers certificate of origin

Reviewer Checklist

  • news entry has been added if necessary
  • pre-commit auto fix has been run
  • any API breaks have been documented

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.24%. Comparing base (b61d227) to head (fb3d4c1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #200   +/-   ##
=======================================
  Coverage   92.24%   92.24%           
=======================================
  Files          84       84           
  Lines        2618     2618           
=======================================
  Hits         2415     2415           
  Misses        203      203           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@atravitz atravitz changed the title Clean up notebooks [WIP] clean up notebooks Dec 9, 2025
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is now covered by updates made here: OpenFreeEnergy/ExampleNotebooks#274

This is all very openfe user-facing, so I think it should live in ExampleNotebooks, and then the more in-depth network_generation_algorithms can live in konnektor.

@atravitz atravitz marked this pull request as ready for review December 11, 2025 22:24
@@ -0,0 +1,839 @@
{
Copy link

@jthorton jthorton Jan 5, 2026

Choose a reason for hiding this comment

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

Line #6.    Chem.Draw.MolsToGridImage([c.to_rdkit() for c in charge_components], molsPerRow=6)

It's hard to see the difference in the ligands and work out which are charged using this 3D view. Maybe try a 2D embedding with constant alignment and label the ligands with their formal charge?


Reply via ReviewNB

@@ -0,0 +1,839 @@
{
Copy link

@jthorton jthorton Jan 5, 2026

Choose a reason for hiding this comment

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

Line #6.    concatenator = MstConcatenator(

Does this work it seems to have raised an error?


Reply via ReviewNB

@@ -0,0 +1,839 @@
{
Copy link

@jthorton jthorton Jan 5, 2026

Choose a reason for hiding this comment

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

As the redundant MST is not designed with cycles in mind, it might be worth pointing out specific cyclic graph generators, such as LOMAP, after discussing this aspect of the networks.


Reply via ReviewNB

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.

3 participants