Skip to content

Commit

Permalink
Added subsampling
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinBabe committed Mar 20, 2024
1 parent c3ee0c5 commit 9a14cee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/extractions/extract_optical.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ def post_job_action(
_pipeline_log.warning(
"Sub-sampling the job dataframe for testing. Remove this for production."
)
job_df = job_df.iloc[[0]]

# Setup the memory parameters for the job creator.
create_datacube_optical = partial(
Expand Down
1 change: 1 addition & 0 deletions scripts/extractions/extract_sar.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def post_job_action(
_pipeline_log.warning(
"Sub-sampling the job dataframe for testing. Remove this for production."
)
job_df = job_df.iloc[[0]]

# Setup the memory parameters for the job creator.
create_datacube_sar = partial(
Expand Down

0 comments on commit 9a14cee

Please sign in to comment.