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
@@ -344,4 +343,4 @@ export MESON_SOURCE_ROOT=/path/to/SERiF
```
#### Other
Should you have any questions not answered here or in the development guidelines please feel free to reach out to Emily.
Should you have any questions not answered here or in the development guidelines please feel free to reach out to Emily.