Skip to content

Commit

Permalink
Merge pull request #161 from lsst-uk/160-planetoid-doc-update
Browse files Browse the repository at this point in the history
update docs int -> float
  • Loading branch information
jrob93 authored Aug 6, 2024
2 parents 689b6b3 + a17addc commit 19efb79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/adler/dataclasses/AdlerPlanetoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(
filter_list : list of str
A comma-separated list of the filters of interest.
date_range : list of int
date_range : list of float
The minimum and maximum dates of the desired observations.
observations_by_filter : list of Observations objects
Expand Down Expand Up @@ -76,7 +76,7 @@ def construct_from_SQL(
filter_list : list of str
A comma-separated list of the filters of interest.
date_range : list of int
date_range : list of float
The minimum and maximum dates of the desired observations.
schema : str or None
Expand Down Expand Up @@ -157,7 +157,7 @@ def construct_from_RSP(
filter_list : list of str
A comma-separated list of the filters of interest.
date_range : list of int
date_range : list of float
The minimum and maximum dates of the desired observations.
"""
Expand Down Expand Up @@ -215,7 +215,7 @@ def populate_observations(
filter_list : list of str
A comma-separated list of the filters of interest.
date_range : list of int
date_range : list of float
The minimum and maximum dates of the desired observations.
service : pyvo.dal.tap.TAPService object or None
Expand Down

0 comments on commit 19efb79

Please sign in to comment.