Skip to content

Commit

Permalink
Revert "revert to clean"
Browse files Browse the repository at this point in the history
This reverts commit e87a1ef.
  • Loading branch information
martinjrobins committed May 24, 2023
1 parent 6a07ecf commit 737e2fe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 57 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed src/.DS_Store
Binary file not shown.
9 changes: 0 additions & 9 deletions src/oxrse_unit_conv/units.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,12 @@

mile = Unit(name='mile', abbr='mile', si=meter, to_si_fun=lambda n: n * 1_609.344)

milimeter = Unit(name='milimeters', abbr='mm', si=meter, to_si_fun=lambda n: n / 1000)

# meter_sq


# meter_cu

# kilogram

# stone

stone = Unit(name='stone', abbr='st', si=kilogram, to_si_fun=lambda n: n * 0.157473)
st = stone

pound = Unit(name='pound', abbr='lb', si=kilogram, to_si_fun=lambda n: n * 0.4535924)
lb = pound

Expand All @@ -38,4 +30,3 @@
# mole

# candela
sparkle = Unit(name='sparkle', abbr='sp', si=candela, to_si_fun=lambda n: n * 5)
15 changes: 0 additions & 15 deletions src/tests/test_unit_mm.py

This file was deleted.

17 changes: 0 additions & 17 deletions src/tests/test_unit_sparkle.py

This file was deleted.

16 changes: 0 additions & 16 deletions src/tests/test_unit_st.py

This file was deleted.

0 comments on commit 737e2fe

Please sign in to comment.