Skip to content

Commit

Permalink
Add #91 to known issues
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Jul 16, 2021
1 parent 464a513 commit c8e2fde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/known-issues.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@ Known issues
handles in the MAD-X process or prevent them from being inherited by
default. You have to make sure on your own that you close all file handles
before creating a new ``cpymad.madx.Madx`` instance!

- the MAD-X ``USE`` command invalidates table row names. Therefore, using
``Table.dframe()`` is unsafe after ``USE`` should be avoided, unless
manually specifying an index, e.g. ``Table.dframe(index='name')``, see `#91`_.

.. _#91: https://github.com/hibtc/cpymad/issues/91

0 comments on commit c8e2fde

Please sign in to comment.