forked from mindspore-Ecosystem/mindspore
fix ut
This commit is contained in:
parent
aeb4c52f2d
commit
7a807cbff9
|
@ -26,7 +26,7 @@ using namespace mindspore::dataset;
|
|||
using mindspore::LogStream;
|
||||
using mindspore::ExceptionType::NoExceptionType;
|
||||
using mindspore::MsLogLevel::INFO;
|
||||
constexpr double kMseThreshold = 2.0;
|
||||
constexpr double kMseThreshold = 2.5;
|
||||
|
||||
class MindDataTestRandomCropDecodeResizeOp : public UT::CVOP::CVOpCommon {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue