Skip to content

Commit

Permalink
Combine both coordinate models into one
Browse files Browse the repository at this point in the history
  • Loading branch information
Varunvaruns9 committed Aug 21, 2019
1 parent befc087 commit 6dd84e5
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 338 deletions.
7 changes: 1 addition & 6 deletions src/einsteinpy/coordinates/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
from .core import BoyerLindquist, Cartesian, Spherical
from .velocity import (
BoyerLindquistDifferential,
CartesianDifferential,
SphericalDifferential,
)
from .frame import BoyerLindquist, Cartesian, Spherical
271 changes: 0 additions & 271 deletions src/einsteinpy/coordinates/core.py

This file was deleted.

0 comments on commit 6dd84e5

Please sign in to comment.