From 05541fcb6f97f9f2000066616f75db4f9925cc86 Mon Sep 17 00:00:00 2001 From: Zach Sherman <19153455+zssherman@users.noreply.github.com> Date: Fri, 30 Aug 2024 10:40:29 -0500 Subject: [PATCH] MTN: Remove old code --- act/qc/qc_summary.py | 1 - 1 file changed, 1 deletion(-) diff --git a/act/qc/qc_summary.py b/act/qc/qc_summary.py index fee27d9e75..b8a128d8ba 100644 --- a/act/qc/qc_summary.py +++ b/act/qc/qc_summary.py @@ -121,7 +121,6 @@ def create_qc_summary( ) # # Do not really know how to handle scalars yet. - # if return_ds[var_name].ndim == 0: # warnings.warn(f'Unable to process scalar variable {var_name}. ' # 'Scalar variables currently not implemented.') # continue