Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
MilesCranmer
/
PySR
like
1
Sleeping
App
Files
Files
Community
32df36d
PySR
/
julia
/
utils.jl
AutonLabTruth
Refactored till Node
32df36d
almost 4 years ago
raw
Copy download link
history
blame
212 Bytes
function
id
(x::Float32)
:
:Float32
x
end
function
debug
(verbosity,
string
...)
verbosity
> 0 ?
println
(
string
...)
: nothing
end
function
getTime
()
:
:Integer
return round(Integer,
1
e3*(time()-
1.6
e9))
end