We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5ee85 commit b230152Copy full SHA for b230152
LoopStructural/interpolators/_discrete_interpolator.py
@@ -755,4 +755,6 @@ def to_dict(self):
755
}
756
757
def vtk(self):
758
+ if self.up_to_date is False:
759
+ self.update()
760
return self.support.vtk({'c': self.c})
0 commit comments