Skip to content

Commit

Permalink
example nb with foramtting
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed Mar 27, 2024
1 parent cd1b10c commit 2f6a4ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions notebooks/adler_examples_local_db.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"# retrieve the object data via adler\n",
"# here we use an offline SQL database which contains the observations of the sso\n",
"fname = \"../tests/data/testing_database.db\"\n",
"planetoid = AdlerPlanetoid.construct_from_SQL(ssoid,sql_filename = fname)"
"planetoid = AdlerPlanetoid.construct_from_SQL(ssoid, sql_filename=fname)"
]
},
{
Expand Down Expand Up @@ -177,9 +177,7 @@
"r_H = planetoid.SSObject.H[2]\n",
"r_G12 = planetoid.SSObject.G12[2]\n",
"\n",
"pc = PhaseCurve(\n",
" abs_mag=r_H * u.mag, phase_param=r_G12, model_name=\"HG12_Pen16\"\n",
")"
"pc = PhaseCurve(abs_mag=r_H * u.mag, phase_param=r_G12, model_name=\"HG12_Pen16\")"
]
},
{
Expand Down

0 comments on commit 2f6a4ce

Please sign in to comment.