Refactored Symbolic Neural Networks #49
Annotations
2 errors
Documentation:
src/utils/build_function.jl#L198
doctest failure in ~/work/SymbolicNeuralNetworks.jl/SymbolicNeuralNetworks.jl/src/utils/build_function.jl:198-207
```jldoctest
using SymbolicNeuralNetworks: fix_create_array
s = "(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg2)"
fix_create_array(s)
# output
"SymbolicUtils.Code.create_array(Array"
```
Subexpression:
using SymbolicNeuralNetworks: fix_create_array
s = "(SymbolicUtils.Code.create_array)(typeof(ˍ₋arg2)"
fix_create_array(s)
Evaluated output:
"SymbolicUtils.Code.create_array(typeof(sinput)"
Expected output:
"SymbolicUtils.Code.create_array(Array"
diff =
Warning: Diff output requires color.
"SymbolicUtils.Code.create_array(Array""SymbolicUtils.Code.create_array(typeof(sinput)"
|
Documentation
Process completed with exit code 1.
|