You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to run both in python and C++ ORE examples on a linux Mint machine
I get for example 3 the same error message in python and c++
RuntimeError: Failed to open file Input/../../Input/conventions.xml (Python)
an error occurred: Failed to open file Input/../../Input/conventions.xml(C++)
for example 1:
an error occurred: Failed to open file Input/../../Input/calendaradjustment.xml
in the parameter loading only ore.xml is targeted, I don't understand this error
Thanks in advance for your help
Pascal
Can you check the parameter setup / InputPath. This path has to point to the locations of the other config files like conventions.xml etc. It can either be an absolute path or a path relative to the current working directory
Hello
I try to run both in python and C++ ORE examples on a linux Mint machine
I get for example 3 the same error message in python and c++
RuntimeError: Failed to open file Input/../../Input/conventions.xml (Python)
an error occurred: Failed to open file Input/../../Input/conventions.xml(C++)
for example 1:
an error occurred: Failed to open file Input/../../Input/calendaradjustment.xml
in the parameter loading only ore.xml is targeted, I don't understand this error
Thanks in advance for your help
Pascal
below the Python and c++ code
Execution in Python
from ORE import *
params = Parameters()
params.fromFile("******/Input_3/ore.xml")
ore = OREApp(params, True)
ore.run()
RuntimeError: Failed to open file Input/../../Input/conventions.xml
Execution in C++
The text was updated successfully, but these errors were encountered: