Skip to content

(Repaired) Detect local arguments functions used in a function#214

Closed
liamhuber wants to merge 1 commit intomainfrom
args-repair
Closed

(Repaired) Detect local arguments functions used in a function#214
liamhuber wants to merge 1 commit intomainfrom
args-repair

Conversation

@liamhuber
Copy link
Copy Markdown
Member

Repairing my busted merge in #164.

I'm leveraging the diff comparison between main and the last commit in that PR that I didn't touch: https://github.com/pyiron/flowrep/compare/1e893dede850a43f2e0d3cc5595f3cb62fda1da9..e334f1f8815fc52e70d472e485dab9a024216437. Weirdly, most of the files identified as "moved" from flowrep/models to src/flowrep, but the two relevant files ((test_)dependency_parser.py) showed as completely removed and completely re-written. This caused me to completely delete @samwaseda's actual work in that branch during the merge.

Here I lose the git history, but recover the actual file changes there. Plus I ran black and updated the module paths to reflect the current location of file in main.

@samwaseda, can you take a peek to see if this looks correct?

In #164. I'm leveraging the diff comparison between main and the last commit in that PR that I didn't touch: https://github.com/pyiron/flowrep/compare/1e893dede850a43f2e0d3cc5595f3cb62fda1da9..e334f1f8815fc52e70d472e485dab9a024216437. Weirdly, most of the files identified as "moved" from flowrep/models to src/flowrep, but the two relevant files (`(test_)dependency_parser.py`) showed as completely removed and completely re-written. This caused me to completely delete @samwaseda's actual work in that branch during the merge.

Here I lose the git history, but recover the actual file changes there. Plus I ran black and updated the module paths to reflect the current location of file in main.

(actually same is primary author)

Co-authored-by: Sam Dareska <37879103+samwaseda@users.noreply.github.com>
Signed-off-by: liamhuber <liamhuber@greyhavensolutions.com>
@github-actions
Copy link
Copy Markdown

Binder 👈 Launch a binder notebook on branch pyiron/flowrep/args-repair

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 27, 2026

Codecov Report

❌ Patch coverage is 89.23077% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 98.42%. Comparing base (e334f1f) to head (d796a99).
⚠️ Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
src/flowrep/parsers/dependency_parser.py 89.23% 7 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              main     #214      +/-   ##
===========================================
- Coverage   100.00%   98.42%   -1.58%     
===========================================
  Files           30       30              
  Lines         2009     2035      +26     
===========================================
- Hits          2009     2003       -6     
- Misses           0       32      +32     

☔ 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.

@samwaseda
Copy link
Copy Markdown
Member

hmm the imports are still not there... It's ok don't worry. I'll take care of it in #164

@liamhuber liamhuber closed this Mar 30, 2026
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