Skip to content

Commit

Permalink
docs(wavelet): add sc demo comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Oct 17, 2022
1 parent def850b commit f9d5e36
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions examples/07_paraview/Wavelet/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# Global helpers
# -----------------------------------------------------------------------------

PXM = simple.servermanager.ProxyManager()
WAVELET_SCALAR_RANGE = [37.35310363769531, 276.8288269042969]


Expand All @@ -18,9 +19,6 @@ def generate_contour_values(data_range, number_of_contours):
return [data_range[0] + (delta * float(i)) for i in range(number_of_contours)]


PXM = simple.servermanager.ProxyManager()


def id_to_proxy(_id):
try:
_id = int(_id)
Expand All @@ -34,17 +32,6 @@ def id_to_proxy(_id):
)


# -----------------------------------------------------------------------------
# FIXME
# -----------------------------------------------------------------------------

# with self.state as state:
# info = self.active_proxy.GetDataInformation(0)
# state.active_data_info = dict(
# points=info.GetNumberOfPoints(), cells=info.GetNumberOfCells()
# )


# -----------------------------------------------------------------------------
# Wavelet Application
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit f9d5e36

Please sign in to comment.