docs(readme): removed old note about polytrope python example not working

This commit is contained in:
2025-06-16 12:34:10 -04:00
parent 1a1db48ddd
commit 3f8338fc3b

View File

@@ -175,7 +175,6 @@ n = config.get("Tests:Poly:Index", 0.0)
polytrope = PolySolver(n, 1)
polytrope.solve()
```
> **N.B.** This second example will only work on the tboudreaux/feature/pythonInterface/poly branch of the repository at the moment.
Note how simple this is to use, this is a _very_ explicit design goal. A few caveats here are that we have not currently implemented a way to actually access the solution other than to have GLVis running when you run this code.
## Test Configuration