Skip to content

Commit

Permalink
address the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
apchoiCMD committed Aug 27, 2024
1 parent a717502 commit 3ef05c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/obsproc/IcecJpssrr2Ioda.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ namespace gdasapp {

// basic test for iodaVars.trim
Eigen::Array<bool, Eigen::Dynamic, 1> mask =
(iodaVars.obsVal_ >= 0.0 &&
((iodaVars.obsVal_ >= 0.0 && iodaVars.obsVal_ <= 1.0) &&
iodaVars.datetime_ > 0.0 &&
(iodaVars.latitude_ <= -40.0 || iodaVars.latitude_ >= 40.0));
iodaVars.trim(mask);
Expand Down

0 comments on commit 3ef05c1

Please sign in to comment.