From 3ce6f308f8bf5cfc993e75442ca42733888ef757 Mon Sep 17 00:00:00 2001 From: daveabiy <dawitk27@gmail.com> Date: Fri, 16 Jul 2021 02:56:45 +0200 Subject: [PATCH] python file for analyzing the output from the relax_lagr.cpp --- analyse.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 analyse.py diff --git a/analyse.py b/analyse.py new file mode 100644 index 0000000..b7188d2 --- /dev/null +++ b/analyse.py @@ -0,0 +1,3 @@ +# from matplotlib import pyplot as plt +import numpy as np +print('hello') \ No newline at end of file -- GitLab