From 80d35c648241f86ea965b6cff88197dd298b2bd3 Mon Sep 17 00:00:00 2001 From: Rafik Hadfi Date: Fri, 4 Aug 2023 11:55:42 +0900 Subject: [PATCH] Update run.py --- tests/test1/run.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/test1/run.py b/tests/test1/run.py index 80359aa..72ed884 100644 --- a/tests/test1/run.py +++ b/tests/test1/run.py @@ -65,7 +65,4 @@ def main(): plot_comparison_results(args.voters_model, results2, args.num_voters, args.num_candidates, args.num_topn, args.num_iterations, distortion_ratio=args.distortion_ratio, save_figure=True) - -if __name__ == "__main__": - p = get_profile_from_model(num_candidates=10, num_voters=00, voters_model='gaussian', verbose=False) - print (p) \ No newline at end of file +main()