.
This commit is contained in:
parent
83f1fbe6fc
commit
9ef423de71
3 changed files with 1 additions and 7 deletions
2
data.py
2
data.py
|
@ -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),
|
||||
|
|
3
notes.py
3
notes.py
|
@ -47,6 +47,3 @@ if __name__ == '__main__':
|
|||
test('D3' , 146.83)
|
||||
test('A2' , 110.00)
|
||||
test('E2' , 82.41)
|
||||
|
||||
import sys
|
||||
sys.exit(0)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue