Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
adrn committed Aug 30, 2024
1 parent 4124eaa commit bf4fb78
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/galax/_interop/galax_interop_gala/potential.py
Original file line number Diff line number Diff line change
Expand Up @@ -1741,10 +1741,10 @@ def gala_to_galax(pot: gp.MilkyWayPotential2022, /) -> gpx.MilkyWayPotential2022
>>> pot = galap.MilkyWayPotential2022()
>>> gp.io.convert_potential(gp.io.GalaxLibrary, pot)
MilkyWayPotentia2022({'disk': MN3Sech2Potential( ... ),
'halo': NFWPotential( ... ),
'bulge': HernquistPotential( ... ),
'nucleus': HernquistPotential( ... )})
MilkyWayPotential2022({'disk': MN3Sech2Potential( ... ),
'halo': NFWPotential( ... ),
'bulge': HernquistPotential( ... ),
'nucleus': HernquistPotential( ... )})
""" # noqa: E501
return gpx.MilkyWayPotential2022(
Expand Down

0 comments on commit bf4fb78

Please sign in to comment.