Skip to content

Commit

Permalink
set trace
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva-2001 committed Dec 20, 2024
1 parent 5e0de42 commit 474c9e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tardis/io/model/readers/generic_readers.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def read_simple_ascii_density(
dtype=[('index', 'i8'), ('velocity', 'f8'), ('density', 'f8')],
encoding='utf-8',
)
import pdb; pdb.set_trace()
velocity = (data["velocity"] * u.km / u.s).to("cm/s")
mean_density = (data["density"] * u.Unit("g/cm^3"))[1:]

Expand Down

0 comments on commit 474c9e2

Please sign in to comment.