Skip to content
Snippets Groups Projects
Commit 5a3485d9 authored by Katrina Sharonin's avatar Katrina Sharonin
Browse files

fix IO df none change

parent 7f7ab6d6
No related branches found
No related tags found
No related merge requests found
......@@ -590,10 +590,6 @@ def read_AFPVIIRS(
# load from pre-saved file
df = load_AFPtmp(d, head=region[0] + "_" + sathead + ".")
# forced change
print('VERBOSE: forced df to none')
df = None
# if no pre-saved file, read from original VNP14IMGML file and do/save spatial filtering
if df is None:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment