From 53954eb5d4211c708f8b097247a5056a89026711 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 21 May 2021 17:47:54 +0200 Subject: train-test-split: remove unused paramter --- train-test-split | 1 - 1 file changed, 1 deletion(-) diff --git a/train-test-split b/train-test-split index aa55534..ab2f916 100755 --- a/train-test-split +++ b/train-test-split @@ -9,7 +9,6 @@ conf = Optimist::options do opt :size, "one size", :type => :int, :required => true opt :repeat, "number of repetitions", :type => :int, :default => 1 opt :prefix, "prefix for output files", :type => :string - opt :sets, "number of sets", :type => :int, :default => 1 end fn = conf[:foreign] fn_ext = fn.split('.').last -- cgit v1.2.3