From ca16b1d87291cd79ada4e24d0819cfa5807e2b73 Mon Sep 17 00:00:00 2001 From: Michael Duong Date: Wed, 30 Aug 2023 16:54:41 +0100 Subject: [PATCH] remove s3path for now --- model_data/simulation_system/training.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/model_data/simulation_system/training.py b/model_data/simulation_system/training.py index 0b4cd5b3..ef1e9c1d 100644 --- a/model_data/simulation_system/training.py +++ b/model_data/simulation_system/training.py @@ -1,6 +1,7 @@ import argparse -import os -from s3pathlib import S3Path + +# import os +# from s3pathlib import S3Path # import boto3 from pathlib import Path