Skip to content

Commit d601c4e

Browse files
authored
Update materials.py
Change integers to floats.
1 parent 1312dd3 commit d601c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/materials.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
carbon = {
1616
'symbol': 'C',
1717
'name': 'carbon',
18-
'Z': 6,
18+
'Z': 6.0,
1919
'm': 12.011,
2020
'n': 1.1331E29,
2121
'Es': 7.37,
@@ -26,7 +26,7 @@
2626
chromium = {
2727
'symbol': 'Cr',
2828
'name': 'chromium',
29-
'Z': 24,
29+
'Z': 24.0,
3030
'm': 51.9961,
3131
'Es': 4.10,
3232
'Ed': 28.0,

0 commit comments

Comments
 (0)