-
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
Issue 1234 boxfill anim broken #1236
Conversation
add to let update know to use CellData rather than PointData code was in place but was returning False rather than True in this instance fix #1234 still need to add tests
add to let update know to use CellData rather than PointData code was in place but was returning False rather than True in this instance fix #1234 still need to add tests
@@ -1153,7 +1153,7 @@ def plot2D(self,data1,data2,tmpl,gm,vtk_backend_grid=None,vtk_backend_geo=None): | |||
else: | |||
lmx= levs[-1] | |||
mapper.SetScalarRange(lmn,lmx) | |||
returned["vtk_backend_luts"]=[[lut,[lmn,lmx,False]],] | |||
returned["vtk_backend_luts"]=[[lut,[lmn,lmx,True]],] |
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.
These map entries really need some documentation. I have no idea what this change should do.
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.
yes but aren't we changing all of this anyway once we refactor?
Building/testing now. |
hey guys.. not picking on anyone but please use better short messages for the commit. |
@dlonie I am assuming that you will have some feedback on it. |
Yep, still building. Assuming all goes well this can go in -- we can work on documenting that map when the animation code gets hit by the refactoring sweep. |
👍 in general we should document our code as much as possible atleast when something is not trivial or error prone. In my document, I will make it a requirement. |
LGTM, tests pass. |
Issue 1234 boxfill anim broken
@aashish24 @dlonie @chaosphere2112 goes with:
CDAT/uvcdat-testdata#37