Skip to content

Commit

Permalink
Test Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
duytnguyendtn committed Jul 23, 2024
1 parent 49b8b0a commit ffea1d6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ class TestVOImvizLocal(BaseImviz_WCS_WCS):
def test_autocenter_coords(self):
# Create a second viewer and put each data in its own viewer
self.imviz.create_image_viewer()
self.imviz.app.remove_data_from_viewer('imviz-0','has_wcs_2[SCI,1]')
self.imviz.app.add_data_to_viewer('imviz-1','has_wcs_2[SCI,1]')
self.imviz.app.remove_data_from_viewer("imviz-0", "has_wcs_2[SCI,1]")
self.imviz.app.add_data_to_viewer("imviz-1", "has_wcs_2[SCI,1]")

# Check default viewer is "Manual"
vo_plugin = self.imviz.plugins[vo_plugin_label]._obj
Expand Down Expand Up @@ -49,11 +49,11 @@ def getdataurl(self):


@pytest.mark.remote_data
class TestVOImvizRemote():
class TestVOImvizRemote:

def _init_voplugin(self, imviz_helper):
vo_plugin = imviz_helper.plugins[vo_plugin_label]._obj

# Sets common args for Remote Testing
vo_plugin.viewer_selected = "Manual"
vo_plugin.source = "M32"
Expand Down

0 comments on commit ffea1d6

Please sign in to comment.