fix clear_representation -> removeAllRepresentations #631

Merged
merged 1 commit into from Jul 10, 2017
View
@@ -692,7 +692,7 @@ def clear_representations(self, component=0):
You need to keep track how many components you added.
'''
self._remote_call(
- "clearRepresentations",
+ "removeAllRepresentations",
target='compList',
kwargs={'component_index': component})