Closed liamhuber closed 3 months ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Path fixes were easy (and now running on my local machine), but I'm still working on
======================================================================
ERROR: test_run_job (test_vasp.TestVaspJob.test_run_job)
----------------------------------------------------------------------
TypeError: TestVaspJob.test_run_job() missing 1 required positional argument: 'mock_subprocess_run'
Coverage variation | Diff coverage |
---|---|
Report missing for 6378bf253af5bdeb9950136bdc011de5374d1b8f[^1] | :white_check_mark: 3.57% |
Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more [^1]: Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
Super! I'll merge this and then review your PR tomorrow 👍
The only meaningful change to the branch is that the parent python module is now
pyiron_nodes
instead ofnode_library
. PyCharm seems to have intelligently re-located the two new module files even though I accepted the branch version when I got a merge conflict.EDIT: I made the following commits modifying the actual branch content to try to get CI running
@ligerzero-ai, this is mostly just bug fixing pathing stuff, but please take a critical look at https://github.com/pyiron/pyiron_nodes/commit/c8d4a948a5b942f976b0a2d503c37943bfbb4a98 -- whatever cool thing you're doing with mock doesn't run as-is and I didn't understand it, so I just axed it 😬 Otherwise this just patches your branch to get it sync'd with
main
and running the CI