Conversation
- Introduced a new FODO sequence example in `examples/ex-jupyter/fodo.seq`. - Added a new MAD-NG script for the PS Twiss example in `examples/ex-ps-twiss/ex-ps-twiss.mad`. - Enhanced `ex-defexpr.py` to prevent infinite recursion on cycles by tracking visited tables. - Updated `pyproject.toml` to include Jupyter dependencies for example execution. - Bumped version to 0.10.0 in `src/pymadng/__init__.py`. - Improved output handling in `madp_object.py` to support Jupyter environments. - Refactored `madp_pymad.py` to enhance process output management and added a method to drain piped outputs. - Updated example log to reflect version change. - Created automated tests for example scripts in `tests/test_examples.py`. - Added tests for Jupyter notebook execution in `tests/test_jupyter_notebook.py`.
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
examples/ex-jupyter/fodo.seq.examples/ex-ps-twiss/ex-ps-twiss.mad.ex-defexpr.pyto prevent infinite recursion on cycles by tracking visited tables.pyproject.tomlto include Jupyter dependencies for example execution.src/pymadng/__init__.py.madp_object.pyto support Jupyter environments.madp_pymad.pyto enhance process output management and added a method to drain piped outputs.tests/test_examples.py.tests/test_jupyter_notebook.py.