Skip to content

Commit

Permalink
changed units of current from statA to A
Browse files Browse the repository at this point in the history
  • Loading branch information
nickishch committed Oct 12, 2024
1 parent 6e624b3 commit 02b6c25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions swiftsimio/metadata/unit/unit_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Unit mass in cgs (U_M)": unyt.g,
"Unit length in cgs (U_L)": unyt.cm,
"Unit time in cgs (U_t)": unyt.s,
"Unit current in cgs (U_I)": unyt.statA,
"Unit current in cgs (U_I)": unyt.A,
"Unit temperature in cgs (U_T)": unyt.K,
}

Expand All @@ -27,7 +27,7 @@
unyt.Gpc,
],
"time": [unyt.s, unyt.year, unyt.Myr, unyt.Gyr],
"current": [unyt.statA],
"current": [unyt.A],
"temperature": [unyt.K],
}

Expand Down

0 comments on commit 02b6c25

Please sign in to comment.