From fa380ece73d02cd57bd46c5eab642abb576ca78a Mon Sep 17 00:00:00 2001 From: gabe-parrish Date: Fri, 9 Apr 2021 08:50:39 -0500 Subject: [PATCH] updated image_test_output.ipynb and test.py --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 62741bd..3203ddc 100644 --- a/test.py +++ b/test.py @@ -1,5 +1,5 @@ """This script provides a quick way to test issues that are going wrong in a ipynb in the examples folder -without having to throw 'pip install . --no-deps' every time you want to print something or troubleshoot""" +without having to throw 'pip install . --no-deps' every time you want to print something or troubleshoot.""" import openet.ssebop as model # Import the Earth Engine package import ee