Fixed Dockerfile Unicode character, added instructions in README.md
This commit is contained in:
@ -17,6 +17,7 @@ isotopes["stable"] = isotopes["stable"].replace(["-", "*"], ["yes","no"])
|
||||
isotopes["name"] = isotopes["name"].map(lambda x : x.capitalize() )
|
||||
|
||||
pd.set_option("display.precision", 3)
|
||||
print(isotopes[["name", "gamma in MHz/T"]].to_dict())
|
||||
|
||||
if args.source:
|
||||
f0, nuc1 = args.source
|
||||
|
Reference in New Issue
Block a user