Conversation
- Remove hardcoded absolute paths in `interface_builder.py` and LAMMPS scripts. - Update `setup.py` to include missing dependencies `lammps-logfile` and `pandas`. - Use `os.makedirs` for safer directory creation. - Add `--oversubscribe` option to `mpirun` calls to support varied environments. - Fix API usage errors in example scripts (`generate_amorphous_system.py`, `test_quartz.py`). - Add `.gitignore` to exclude build artifacts and temporary files.
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
This PR addresses several errors preventing the
interface_builderpackage from running portably./Users/anthonca/...) with relative paths or function arguments in both Python code and LAMMPS input scripts.lammps-logfileandpandasdependencies tosetup.py.os.system('mkdir ...')calls withos.makedirs(..., exist_ok=True)to handle existing directories and parent directories correctly.oversubscribeparameter toexecute_lammps(defaulting to True) to preventmpirunfailures on systems with limited slots.test_quartz.py(changedthicknesstowater_thickness) and updatedgenerate_amorphous_system.pyto handle output directories safely..gitignorefile to prevent committing build artifacts and simulation outputs.PR created automatically by Jules for task 16046138384743830340 started by @antble