StoXProject / RstoxFDA

Fisheries Dependent Analysis with Rstox
https://stoxproject.github.io/RstoxFDA
GNU Lesser General Public License v3.0
0 stars 1 forks source link

Suggestions for improved error messages #62

Closed edvinf closed 2 years ago

edvinf commented 2 years ago

Kommentar til Warning på StoXBiotic. "There are catchproducttype that are not 1 (4, NA, 3), but with non-missing catchweight, leading to one or more missing (NA) CatchFractionWeight in StoxBiotic() for the following catchcategory: 164712." Forslag til endring "There are catchproducttype that are not 1 (4, NA, 3), but have catchweight. This results in missing CatchFractionWeight in StoxBiotic for the following catchcategory: 164712."

Kommentar til Warning på StoXBiotic. "There are sampleproducttype that are not 1 (NA, 4, 3), but with non-missing lengthsampleweight, leading to one or more missing (NA) SampleWeight in StoxBiotic() for the following catchcategory: 164712.". Foreslår som over en endring til tekst. "There are sampleproducttype that are not 1 (NA, 4, 3), but have lengthsampleweight. This results in missing SampleWeight in StoxBiotic for the following catchcategory: 164712."

edvinf commented 2 years ago

This warning originates from RstoxData. issue is raised there: https://github.com/StoXProject/RstoxData/issues/238