From e15e49f7aef72bed75eb76d9c50f99a46da57a4c Mon Sep 17 00:00:00 2001 From: Teo Bucci Date: Sun, 7 Apr 2024 11:23:21 +0200 Subject: [PATCH] Update description --- hawk/processes/wps_causal.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hawk/processes/wps_causal.py b/hawk/processes/wps_causal.py index e7794fe..93af435 100644 --- a/hawk/processes/wps_causal.py +++ b/hawk/processes/wps_causal.py @@ -189,8 +189,8 @@ def __init__(self): self._handler, identifier="causal", title="Causal Analysis", - abstract="Just says a friendly Hello. Returns a literal string output with Hello plus the inputed name.", - keywords=["hello", "demo"], + abstract="Given train and test tabular data, performs a causal analysis with multiple configurations and outputs plots and Python dictionaries.", + keywords=["causal", "analysis"], metadata=[ Metadata("PyWPS", "https://pywps.org/"), Metadata("Birdhouse", "http://bird-house.github.io/"),