From 62c5974a8596a8524c27b943ae010c4dcceb39b9 Mon Sep 17 00:00:00 2001 From: Jensun Ravichandran Date: Wed, 17 Nov 2021 15:01:38 +0100 Subject: [PATCH] fix: correct typo in example script --- examples/{glvq_spiral.py => gmlvq_spiral.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename examples/{glvq_spiral.py => gmlvq_spiral.py} (97%) diff --git a/examples/glvq_spiral.py b/examples/gmlvq_spiral.py similarity index 97% rename from examples/glvq_spiral.py rename to examples/gmlvq_spiral.py index 8a30212..68c7e3b 100644 --- a/examples/glvq_spiral.py +++ b/examples/gmlvq_spiral.py @@ -1,4 +1,4 @@ -"""GLVQ example using the spiral dataset.""" +"""GMLVQ example using the spiral dataset.""" import argparse