Skip to content

Commit

Permalink
Re-marked Display Shape unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
braden6521 committed Mar 21, 2024
1 parent 76ed5ec commit f6cd54c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions opencsp/app/sofast/test/test_CalibrateDisplayShape.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from glob import glob
import numpy as np
import pytest

from opencsp.app.sofast.lib.CalibrateDisplayShape import CalibrateDisplayShape, DataInput
from opencsp.app.sofast.lib.MeasurementSofastFringe import MeasurementSofastFringe
Expand Down Expand Up @@ -70,6 +71,7 @@ def setUpClass(cls):
cls.save_dir_local = join(opencsp_code_dir(), 'app/sofast/test/data/output')
ft.create_directories_if_necessary(cls.save_dir_local)

@pytest.mark.no_xvfb
def test_xy_screen_fraction(self):
"""Tests xy points"""
data_meas = self.cal.get_data()
Expand All @@ -80,6 +82,7 @@ def test_xy_screen_fraction(self):
atol=1e-6,
)

@pytest.mark.no_xvfb
def test_xyz_screen_coords(self):
"""Tests xyz points"""
data_meas = self.cal.get_data()
Expand Down

0 comments on commit f6cd54c

Please sign in to comment.