Commit ff898cc8 authored by Bryce Hepner's avatar Bryce Hepner

small docstring change

parent 6c96aec2
...@@ -6,7 +6,7 @@ import statsmodels.api as sm ...@@ -6,7 +6,7 @@ import statsmodels.api as sm
from matplotlib import pyplot as plt from matplotlib import pyplot as plt
from sklearn.metrics import mean_squared_error from sklearn.metrics import mean_squared_error
'''Not externally usable code because it was just used for internal testing of a few minor things''' '''Not externally usable code because it was just used for internal testing of a few minor things'''
'''Not a good feature, but good to tell what everything ended up reading out'''
# scenes = file_extractor("images") # scenes = file_extractor("images")
# images = image_extractor(scenes) # images = image_extractor(scenes)
# print(images) # print(images)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment