docs(readme): removed old note about polytrope python example not working
This commit is contained in:
@@ -175,7 +175,6 @@ n = config.get("Tests:Poly:Index", 0.0)
|
|||||||
polytrope = PolySolver(n, 1)
|
polytrope = PolySolver(n, 1)
|
||||||
polytrope.solve()
|
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.
|
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
|
## Test Configuration
|
||||||
@@ -344,4 +343,4 @@ export MESON_SOURCE_ROOT=/path/to/SERiF
|
|||||||
```
|
```
|
||||||
|
|
||||||
#### Other
|
#### 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.
|
||||||
|
|||||||
Reference in New Issue
Block a user