Changeset 41994 for trunk/ippScripts/scripts/nightly_science.pl
- Timestamp:
- Jan 24, 2022, 10:42:15 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/nightly_science.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/nightly_science.pl
r41893 r41994 1518 1518 my $this_quality = ${ $this_warp }[5]; 1519 1519 my $this_state = ${ $this_warp }[4]; 1520 if (($this_quality != 0) || ($this_state eq ' fail') ) {1520 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1521 1521 print STDERR "diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1522 1522 } … … 1708 1708 my $this_quality = ${ $this_warp }[5]; 1709 1709 my $this_state = ${ $this_warp }[4]; 1710 if (($this_quality != 0) || ($this_state eq ' fail') ) {1710 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1711 1711 print STDERR "desp_diff_singles: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1712 1712 } … … 1925 1925 my $this_quality = ${ $this_warp }[5]; 1926 1926 my $this_state = ${ $this_warp }[4]; 1927 if (($this_quality != 0) || ($this_state eq ' fail') ) {1927 if (($this_quality != 0) || ($this_state eq 'drop') ) { 1928 1928 print STDERR "desp_diff_queue: excluding $this_exp_id for $this_object due to non-zero cam.quality $this_quality or state $this_state\n"; 1929 1929 }
Note:
See TracChangeset
for help on using the changeset viewer.
