This commit is contained in:
Connor Olding 2014-10-02 01:26:46 -07:00
parent 83f1fbe6fc
commit 9ef423de71
3 changed files with 1 additions and 7 deletions

View File

@ -3,7 +3,7 @@
# D'Addario stock via http://www.daddario.com/upload/tension_chart_13934.pdf
# Circle K String stock http://circlekstrings.com/CKSIMAGES/UnitWeightChart130105.pdf
# Circle K strings lack offical names, so were given
# string names don't necessarily match up with their actual product names
daddario_plain_steel = (
('DAPL007' , .00001085),

View File

@ -47,6 +47,3 @@ if __name__ == '__main__':
test('D3' , 146.83)
test('A2' , 110.00)
test('E2' , 82.41)
import sys
sys.exit(0)

View File

@ -76,6 +76,3 @@ if __name__ == '__main__':
test('NW049' , '0.00043014', 18.97, E2)
test('NW050*', '? ', 19.68, E2)
test('NW052' , '0.00048109', 21.15, E2)
import sys
sys.exit(0)