Commit 610d3384 authored by Cresson Remi's avatar Cresson Remi
Browse files

FIX: missing os import

1 merge request!6Checkpoints callbacks fixes
Pipeline #36532 failed with stages
in 7 minutes and 5 seconds
Showing with 2 additions and 0 deletions
+2 -0
...@@ -22,6 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ...@@ -22,6 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.
""" """
"""Create some TFRecords from a decloud.dataset""" """Create some TFRecords from a decloud.dataset"""
import os
import argparse import argparse
import sys import sys
import logging import logging
......
...@@ -22,6 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER ...@@ -22,6 +22,7 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE. DEALINGS IN THE SOFTWARE.
""" """
"""Pre-process one Sentinel-2 image""" """Pre-process one Sentinel-2 image"""
import os
import logging import logging
import argparse import argparse
import otbApplication import otbApplication
......
Supports Markdown
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