From c71532924c8c2be07026041b7cd62819e90e8c64 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sun, 27 Dec 2020 13:35:33 -0600 Subject: reduce memory usage --- utils/chi2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/chi2') diff --git a/utils/chi2 b/utils/chi2 index fec97a7..c883deb 100755 --- a/utils/chi2 +++ b/utils/chi2 @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Copyright (c) 2019, Anthony Latorre # # This program is free software: you can redistribute it and/or modify it -- cgit