소스 검색

Add filter of unittest

Bobholamovic 2 년 전
부모
커밋
2fd1689f63
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      tests/transforms/test_operators.py

+ 2 - 1
tests/transforms/test_operators.py

@@ -145,7 +145,8 @@ OP2FILTER = {
     'SelectBand': _filter_no_sar,
     'Dehaze': _filter_only_optical,
     'Normalize': _filter_only_optical,
-    'RandomDistort': _filter_only_optical
+    'RandomDistort': _filter_only_optical,
+    'MatchRadiance': _filter_only_mt 
 }