Skip to content

Commit

Permalink
Adding dummy science back in.
Browse files Browse the repository at this point in the history
  • Loading branch information
astronomerritt committed Feb 29, 2024
1 parent 0ff5c82 commit 273ae9a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/adler/dataclasses/AdlerPlanetoid.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from adler.dataclasses.DataSchema import Observations, MPCORB, SSObject
from adler.science.DummyScience import DummyScience


class AdlerPlanetoid:
Expand Down Expand Up @@ -81,3 +82,8 @@ def populate_SSObject(self):
sql_query=SSObject_sql_query,
sql_filename=self.sql_filename,
)

def do_pretend_science(self):
self.DummyScienceResult = DummyScience().science_result

print(self.DummyScienceResult)

0 comments on commit 273ae9a

Please sign in to comment.