Skip to content

Commit

Permalink
Initialising AdlerData object with correct filter list.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Mar 7, 2024
1 parent c34d02e commit 08a095d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adler/dataclasses/AdlerPlanetoid.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ def __init__(self, ssObjectId, population_location="RSP", sql_filename=None):
self.sql_filename = sql_filename
# can also include date ranges at some point

# create empty AdlerData dataclass object. will replace dummy list as soon as filter functionality is included.
self.AdlerData = AdlerData(["dummy_filter"])
# create empty AdlerData dataclass object.
self.AdlerData = AdlerData(["r"])

# this creates the AdlerPlanetoid.Observations, AdlerPlanetoid.MPCORB and
# AdlerPlanetoid.SSObject objects.
Expand Down

0 comments on commit 08a095d

Please sign in to comment.