Dear friends,
I am just "playing" with the package and tried to reproduce some of the examples. Yet, it seems there are exported functions no more properly defined.
See an example below:
using vSmartMOM
params = read_parameters(joinpath(dirname(pathof(vSmartMOM)), "CoreRT", "DefaultParameters.yaml"))
ERROR: UndefVarError: read_parameters not defined in Main
Suggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
I'm using the last julia version, 1.12.6, on a Debian linux box.
Thanks for your attention,
Stefano
Dear friends,
I am just "playing" with the package and tried to reproduce some of the examples. Yet, it seems there are exported functions no more properly defined.
See an example below:
using vSmartMOM
params = read_parameters(joinpath(dirname(pathof(vSmartMOM)), "CoreRT", "DefaultParameters.yaml"))
ERROR: UndefVarError:
read_parametersnot defined inMainSuggestion: check for spelling errors or missing imports.
Stacktrace:
[1] top-level scope
I'm using the last julia version, 1.12.6, on a Debian linux box.
Thanks for your attention,
Stefano