Skip to content

Commit

Permalink
Merge pull request #209 from SWIFTSIM/nickishch_changed_current_units
Browse files Browse the repository at this point in the history
changed units of current from statA to A
  • Loading branch information
JBorrow authored Oct 15, 2024
2 parents 6e624b3 + 02b6c25 commit 2b5ea76
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 2b5ea76

Please sign in to comment.