From 3f8338fc3bb8faeea56e54ade4650f13090aabe7 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 16 Jun 2025 12:34:10 -0400 Subject: [PATCH] docs(readme): removed old note about polytrope python example not working --- Readme.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.