We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389da87 commit 21b178aCopy full SHA for 21b178a
doc/known-issues.rst
@@ -7,11 +7,6 @@ Known issues
7
environment. On windows, this can be tried as well, but is not reliable to
8
our knowledge.
9
10
-- **windows + python 3.3:** there is currently no satisfying way to close file
11
- handles in the MAD-X process or prevent them from being inherited by
12
- default. You have to make sure on your own that you close all file handles
13
- before creating a new ``cpymad.madx.Madx`` instance!
14
-
15
- the MAD-X ``USE`` command invalidates table row names. Therefore, using
16
``Table.dframe()`` is unsafe after ``USE`` should be avoided, unless
17
manually specifying an index, e.g. ``Table.dframe(index='name')``, see `#93`_.
0 commit comments