From ef6205dd8f5f810fbea85edd1cbb40a22d4205ba Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Tue, 2 Feb 2021 07:21:20 +0100 Subject: [PATCH] fix typo in jan 2021 post --- content/posts/MonthlyJan2021.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/MonthlyJan2021.md b/content/posts/MonthlyJan2021.md index 4ac8f25..4c1c1c0 100644 --- a/content/posts/MonthlyJan2021.md +++ b/content/posts/MonthlyJan2021.md @@ -33,7 +33,7 @@ issues, concentrating for now on the dense flow module com1DFAPy. and what effect this has further along the simulation. + Getting into the numerical development also means the compute times start to -play a role. We moved some parts of the code over to Python to improve the +play a role. We moved some parts of the code over to Cython to improve the computation efficiency of the python dense flow kernel. We are starting to profile our python code (pudb and cProfile for those interested).