Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
23f74c2
1
Parent(s):
c7034da
Import missing printf
Browse files- julia/Utils.jl +2 -0
julia/Utils.jl
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
function id(x::Float32)::Float32
|
2 |
x
|
3 |
end
|
|
|
1 |
+
import Printf: @printf
|
2 |
+
|
3 |
function id(x::Float32)::Float32
|
4 |
x
|
5 |
end
|