Skip to content

Commit

Permalink
Update rail.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbailey committed May 5, 2024
1 parent e7b73af commit 5ee624f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpd/analysis/values/rail.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from astropy import units
from pandas import Series

from dpd.analysis.units import usd
from dpd.analysis.units import usd2020

units.imperial.enable()

Expand Down Expand Up @@ -31,7 +31,7 @@
HeavyRail = Series(
[
2 * units.imperial.mile / units.imperial.mile,
4214 * usd / units.imperial.foot,
4214 * usd2020 / units.imperial.foot,
],
index=[
"Rail Miles / Mile",
Expand Down

0 comments on commit 5ee624f

Please sign in to comment.