Skip to content

Small corrections to one of the example guides. - #231

Merged
jthorton merged 2 commits into
mainfrom
dotsdl/example-doc-corrections
Jul 23, 2026
Merged

Small corrections to one of the example guides.#231
jthorton merged 2 commits into
mainfrom
dotsdl/example-doc-corrections

Conversation

@dotsdl

@dotsdl dotsdl commented Jul 13, 2026

Copy link
Copy Markdown
Member

No description provided.

@review-notebook-app

Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.58%. Comparing base (3846418) to head (0552e54).
⚠️ Report is 32 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
+ Coverage   97.53%   97.58%   +0.04%     
==========================================
  Files          22       24       +2     
  Lines        2470     2645     +175     
==========================================
+ Hits         2409     2581     +172     
- Misses         61       64       +3     

☔ View full report in Codecov by Harness.
📢 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.

Comment thread examples/cinnabar-api.ipynb Outdated
"metadata": {},
"source": [
"A key property to consider is whether the graph is fully connected, that is, whether all results are reachable from other results. The ``FEMap`` object provides a method to check this and a visualisation method which can be helpful to identify missing connections in the network.\n",
"A key property to consider is whether the graph is connected, that is, whether all results are reachable from other results. The ``FEMap`` object provides a method to check this and a visualisation method which can be helpful to identify missing connections in the network.\n",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks thats a good catch, fully connected is wrong! What about changing this to weakly connected as that is what is needed and would align with the API point check_weakly_connected?

@jthorton jthorton left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM thanks @dotsdl!

@jthorton
jthorton merged commit 297f4fd into main Jul 23, 2026
8 checks passed
@jthorton
jthorton deleted the dotsdl/example-doc-corrections branch July 23, 2026 10:36
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.

2 participants