Skip to content

Commit

Permalink
Fixed standard symbol use in unitsystem definitions.
Browse files Browse the repository at this point in the history
The standard symbol is the symbol in the respective unit data schemas.
  • Loading branch information
oke464 authored and ml-evs committed Apr 4, 2024
1 parent 308ee83 commit e4698a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion schemas/src/defs/v1.2/unitsystems/optimade/optimade.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ x-optimade-definition:
units:
bit:
$$inherit: "/v1.2/units/independent/1948/information/bit"
byte:
B:
$$inherit: "/v1.2/units/iso-iec-80000/2008/information_science_and_technology/byte"
4 changes: 2 additions & 2 deletions schemas/src/defs/v1.2/unitsystems/si/si_accepted_2019.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ units:
$$inherit: "/v1.2/units/si/1970/accepted/day"
au:
$$inherit: "/v1.2/units/si/2019/accepted/astronomicalunit"
deg:
degree:
$$inherit: "/v1.2/units/si/1970/accepted/degree"
arcmin:
$$inherit: "/v1.2/units/si/1970/accepted/arcminute"
Expand All @@ -36,7 +36,7 @@ units:
$$inherit: "/v1.2/units/si/1983/accepted/litre"
t:
$$inherit: "/v1.2/units/si/2019/accepted/tonne"
da:
Da:
$$inherit: "/v1.2/units/si/1998/accepted/dalton"
eV:
$$inherit: "/v1.2/units/si/2019/accepted/electronvolt"
8 changes: 4 additions & 4 deletions schemas/src/defs/v1.2/unitsystems/si/si_general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ units:
$$inherit: "/v1.2/units/si/general/arcminute"
arcsec:
$$inherit: "/v1.2/units/si/general/arcsecond"
are:
a:
$$inherit: "/v1.2/units/si/general/are"
au:
$$inherit: "/v1.2/units/si/general/astronomicalunit"
Expand All @@ -41,13 +41,13 @@ units:
$$inherit: "/v1.2/units/si/general/coulomb"
Ci:
$$inherit: "/v1.2/units/si/general/curie"
da:
Da:
$$inherit: "/v1.2/units/si/general/dalton"
day:
$$inherit: "/v1.2/units/si/general/day"
degC:
$$inherit: "/v1.2/units/si/general/degcelsius"
deg:
degree:
$$inherit: "/v1.2/units/si/general/degree"
eV:
$$inherit: "/v1.2/units/si/general/electronvolt"
Expand Down Expand Up @@ -87,7 +87,7 @@ units:
$$inherit: "/v1.2/units/si/general/minute"
mol:
$$inherit: "/v1.2/units/si/general/mole"
nauticalmile:
M:
$$inherit: "/v1.2/units/si/general/nauticalmile"
N:
$$inherit: "/v1.2/units/si/general/newton"
Expand Down

0 comments on commit e4698a7

Please sign in to comment.