May-24-2017, 10:12 AM
Hi,
I have a below error on line 756 of this file. What should I do?Â
I have a below error on line 756 of this file. What should I do?Â
Output:Â Â Â Â Â [echo] Running script
    [exec]Loading transformation from directory: /home/bani/Desktop/workspace/testpython/backend/generated/transformation
    [exec] Loading rule: HCountry2Community
    [exec] Error: high is out of bounds for int32
    [exec] Class: /home/bani/Desktop/workspace/testpython/backend/generated/transformation/HCountry2Community.py
    [exec] File: /home/bani/Desktop/workspace/testpython/backend/generated/transformation/HCountry2Community.py
    [exec] Exists: True
    [exec] System path: ['/home/bani/Desktop/workspace/testpython/backend/generated', '/home/bani/Desktop/SyVOLT-master', '/home/bani/Desktop/workspace/testpython/backend/generated/backend/generated', '/usr/lib/python35.zip', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-i386-linux-gnu', '/usr/lib/python3.5/lib-dynload', '/home/bani/.local/lib/python3.5/site-packages', '/usr/local/lib/python3.5/dist-packages', '/usr/lib/python3/dist-packages']
    [exec] Traceback (most recent call last):
    [exec]  File "toplevel.py", line 71, in <module>
    [exec]   test.test_correct(args)
    [exec]  File "/home/bani/Desktop/SyVOLT-master/util/test_script_base.py", line 48, in test_correct
    [exec]   self.rules, self.transformation = load_transformation(self.transformation_directory, self.full_transformation)
    [exec]  File "/home/bani/Desktop/SyVOLT-master/util/test_script_utils.py", line 44, in load_transformation
    [exec]   rule = load_class(dir_name + "/" + load_rule_name + ".py")
    [exec]  File "/home/bani/Desktop/SyVOLT-master/core/himesis_utils.py", line 756, in load_class
    [exec]   raise Exception("Could not load module: " + module_name)
    [exec] Exception: Could not load module: HCountry2Community
    [exec] Result: 1