From 3597a58731a447a9f4402066dbe3c74bea67f417 Mon Sep 17 00:00:00 2001 From: JanNeuendorf Date: Sun, 10 Jan 2021 12:26:52 +0100 Subject: [PATCH] test commit2 --- pyerrors/correlators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyerrors/correlators.py b/pyerrors/correlators.py index 5a219818..60dd857a 100644 --- a/pyerrors/correlators.py +++ b/pyerrors/correlators.py @@ -17,7 +17,7 @@ class Corr: The correlator can have two types of content: An Obs at every timeslice OR a GEVP smearing matrix at every timeslice. Other dependency (eg. spacial) are not supported. - If you see this line, Github has synced. + """ def __init__(self, data_input,padding_front=0,padding_back=0):