Skip to content

Commit

Permalink
opencsp/common/lib/geo: test docs
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Nov 11, 2024
1 parent b3fcc77 commit b22d6b2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion opencsp/test/test_DocStringsExist.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,11 @@ def test_docstrings_exist_for_methods():
opencsp.common.lib.file.SimpleCsv,
]

common_class_list = camera_class_list + csp_class_list + cv_class_list + deflectometry_class_list + file_class_list
geo_class_list = [opencsp.common.lib.geo.lon_lat_nsttf]

common_class_list = (
camera_class_list + csp_class_list + cv_class_list + deflectometry_class_list + file_class_list + geo_class_list
)

class_list = app_class_list + common_class_list

Expand Down

0 comments on commit b22d6b2

Please sign in to comment.