-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix rc1 tests #1159
Fix rc1 tests #1159
Changes from all commits
a0ab793
47aedf3
45c9e26
1d8e73f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -287,7 +287,7 @@ cdat_add_test(vcs_test_taylor_2_quads | |
"${PYTHON_EXECUTABLE}" | ||
${cdat_SOURCE_DIR}/testing/vcs/test_vcs_show.py | ||
) | ||
FOREACH(gm boxfill isofill isoline vector meshfill ) | ||
FOREACH(gm boxfill isofill isoline meshfill ) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. disabled the vector plots? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yes since they do not work and are currently slightly different between mac and linux. see: #653 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it's only the proejction vectors plot that are disabled for test, regular proj tests for vectors are still in |
||
FOREACH(ptype 0 -3 aeqd) | ||
cdat_add_test(vcs_test_basic_${gm}_masked_${ptype}_proj | ||
"${PYTHON_EXECUTABLE}" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ThomasMaxwell that does not seem to be picked up by test suite