Skip to content

Conversation

liamhuber
Copy link
Member

And replace it with the less useful bitshift operator >>. This anticipates #90, where I want > available for actually doing a comparison on node output.

Closes #99

Now that we return `other`, the output has a memory address in it, so we can't hardcode the result and thus really need to hide it from the doctest altogether.
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Copy link

github-actions bot commented Dec 7, 2023

Binder 👈 Launch a binder notebook on branch pyiron/pyiron_workflow/free_gt

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (c6347e9) 2191 1840 83.98%
Head commit (daebf65) 2191 (+0) 1840 (+0) 83.98% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#118) 6 6 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

@coveralls
Copy link

Pull Request Test Coverage Report for Build 7132726007

  • 6 of 6 (100.0%) changed or added relevant lines in 4 files are covered.
  • 9 unchanged lines in 1 file lost coverage.
  • Overall coverage remained the same at 89.28%

Files with Coverage Reduction New Missed Lines %
function.py 9 93.57%
Totals Coverage Status
Change from base Build 7123997479: 0.0%
Covered Lines: 3881
Relevant Lines: 4347

💛 - Coveralls

@liamhuber liamhuber merged commit 3f989df into main Dec 7, 2023
@liamhuber liamhuber deleted the free_gt branch December 7, 2023 19:05
liamhuber pushed a commit that referenced this pull request Aug 14, 2025
liamhuber pushed a commit that referenced this pull request Aug 14, 2025
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.

Replace > syntactic sugar for connections with >>
2 participants