From 4fb1f4c1a082f6a6a26c4a78776e5388f7d57fd5 Mon Sep 17 00:00:00 2001 From: Michael Ernst Date: Mon, 25 Mar 2024 12:40:41 -0700 Subject: [PATCH] Rename file --- .../{qualitative_analysis.py => select_from_results.py} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) rename src/python/{qualitative_analysis.py => select_from_results.py} (94%) diff --git a/src/python/qualitative_analysis.py b/src/python/select_from_results.py similarity index 94% rename from src/python/qualitative_analysis.py rename to src/python/select_from_results.py index 000d3a377c..3f048b4c76 100755 --- a/src/python/qualitative_analysis.py +++ b/src/python/select_from_results.py @@ -1,7 +1,10 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- -"""Output a subset of the results that match a hard-coded condition, to a hard-coded file.""" +"""Output a subset of the results that match a hard-coded condition, to a hard-coded file. + +To change the condition or file, edit this script. +""" import pandas as pd