From 2a5ee422b8f13c192fe6627b821b82f4d204f4a2 Mon Sep 17 00:00:00 2001 From: lisawim Date: Fri, 6 Oct 2023 20:17:21 +0200 Subject: [PATCH] Update README for paper + add pypower to environment-base.yml --- etc/environment-base.yml | 1 + pySDC/projects/PinTSimE/paper_PSCC2024/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/environment-base.yml b/etc/environment-base.yml index 92f4a24904..5672a7b760 100644 --- a/etc/environment-base.yml +++ b/etc/environment-base.yml @@ -15,3 +15,4 @@ dependencies: - pytest-order - coverage[toml] - sphinx + - pypower diff --git a/pySDC/projects/PinTSimE/paper_PSCC2024/README.md b/pySDC/projects/PinTSimE/paper_PSCC2024/README.md index 926afe2e2b..c2af7c5a10 100644 --- a/pySDC/projects/PinTSimE/paper_PSCC2024/README.md +++ b/pySDC/projects/PinTSimE/paper_PSCC2024/README.md @@ -37,4 +37,4 @@ Then, executing `make_plots_for_WSCC9_test_case()` creates the plots, where func are used. -It is important to note that the `SwitchEstimator` is under ongoing development. Using the newest version of `pySDC` could therefore lead to different results, and hence to different plots. For reproducing the plots in the paper, the commit (add commit here) should be used. \ No newline at end of file +It is important to note that the `SwitchEstimator` is under ongoing development. Using the newest version of `pySDC` could therefore lead to different results, and hence to different plots. For reproducing the plots in the paper, the commit [![6b56883](6b56883bc08404fab5f8937ef8cc80f6537ae946)](6b56883bc08404fab5f8937ef8cc80f6537ae946) should be used. \ No newline at end of file