-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
@danlipsa I think your PR broke vcs
using commit: 507d2bc the uvcmetrics test 04 works, any commit after that I get the wrong colors for an isofill on test 04
git clone git://github.com/UV-CDAT/uvcmetrics
cd uvcmetrics
python setup.py install
cmake .
ctest -R 04 -D Experimental
leads to bad plots, look for example at: https://open.cdash.org/testDetails.php?test=484915834&build=4560808
Notice that we now have a level that shows values greater than 300 when the max is at: 294.
We fixed a similar issue before: CDAT/cdat#1947
PR for fix was : CDAT/cdat#2027
This is an URGENT matter for the diags due out this week.