diff --git a/Readme.md b/Readme.md index 55d8ae6..a8a42fd 100644 --- a/Readme.md +++ b/Readme.md @@ -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. \ No newline at end of file +Should you have any questions not answered here or in the development guidelines please feel free to reach out to Emily.