Skip to content

Commit

Permalink
vss/res: update specification to 87155cc (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfrowe authored Dec 16, 2020
1 parent 7837b63 commit 36c6073
Show file tree
Hide file tree
Showing 4 changed files with 12,125 additions and 3,697 deletions.
8 changes: 0 additions & 8 deletions vss/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@
# VSS uses h as hour, but pint recognizes this as the Planck constant.
registry.define('@alias hour = h')

# Fix Pascal casing issue until https://github.com/GENIVI/vehicle_signal_specification/issues/206.
registry.define('@alias pascal = pa')

# Fix caret issue until https://github.com/GENIVI/vehicle_signal_specification/pull/218.
registry.define('square_seconds = s ** 2 = s2')
registry.define('cubic_cm = cm ** 3 = cm3')


Datatype = Literal[
'double',
'float',
Expand Down
2 changes: 1 addition & 1 deletion vss/tree/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class VSSSpecError(Exception):


@typechecked(always=True)
def load_tree(name: str = 'vss_rel_2.0.0-alpha+006@e71db4c6.json') -> VSSTree:
def load_tree(name: str = 'vss_rel_2.0.0-alpha+006@87155cc.json') -> VSSTree:
"""
Loads a VSS tree from the named JSON file.
Expand Down
Loading

0 comments on commit 36c6073

Please sign in to comment.