Open mle2718 opened 9 months ago
@Ardini-NOAA -- Starting with "restart R", please describe the full sequence of events that lead to this error message.
We've never seen this error message.
EDIT -- it was not the problem.
@mchaji -- I think this is the problem
you put it in here: https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/commit/b98784f8796314c06a2b811f4abea86935bbae15
any idea what's going on?
EDIT -- it was not the problem, although it is a bug.
Problem is actually here https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/blob/7c72ea7aa43ddb4cdc0bac5d7bf75f69b12f300d/analysis_code/scallop_analysis_tiny_report.Rmd#L1143
Because it doesn't line up with
- wind_NY1.RDS
- wind_NY2.RDS
- wind_NY3.RDS
- wind_Central_Atlantic_1.RDS
- wind_Central_Atlantic_2.RDS
- wind_Central_Atlantic_3.RDS
- wind_sf_final.RDS
- wind_sf_nocable.RDS
- wind_sf_combined.RDS
Right, should line 1143 be changed to these: "wind_sf_combined.RDS","wind_NY1.RDS","wind_NY2.RDS","wind_NY3.RDS","wind_Central_Atlantic_1.RDS","wind_Central_Atlantic_2.RDS","wind_Central_Atlantic_3.RDS"
Do we use wind_sf_final.RDS and wind_sf_nocable.RDS?
I'm still confused about what caused the error. The loop worked for me on 2/7. Maybe those other input datasets used to exist but are now deleted?
problem is actually from edits to the combine_cable_routes.Rmd See #256
Right, should line 1143 be changed to these: "wind_sf_combined.RDS","wind_NY1.RDS","wind_NY2.RDS","wind_NY3.RDS","wind_Central_Atlantic_1.RDS","wind_Central_Atlantic_2.RDS","wind_Central_Atlantic_3.RDS"
Do we use wind_sf_final.RDS and wind_sf_nocable.RDS?
Fixed in 43f4e0f0aeaa6a3cd6dc0cfed112452b96da3ed9
We are supposed to run the scallop analysis on "wind_sf_nocable.RDS"
a84b86f49d54913a4b6585ce19d7b787045d000b
Originally posted by @mchaji in https://github.com/NEFSC/READ-SSB-CHAJI-Effort-Displacement---Scallop/issues/235#issuecomment-1936150088