Index issue
The problematic piece of code: month_peak[1] >= electricity_RE[i] for i in [month_index[0]:month_index[1]]; month_peak[2] >= electricity_RE[i] for i in [month_index[1]:month_index[2]]; month_peak[3] >= electricity_RE[i] for i in [month_index[2]:month_index[3]]; month_peak[4] >= electricity_RE[i] for i in [month_index[3]:month_index[4]]; month_peak[5] >= electricity_RE[i] for i in [month_index[4]:month_index[5]]; month_peak[6] >= electricity_RE[i] for i in [month_index[5]:month_index[6]]; month_peak[7] >= electricity_RE[i] for i in [month_index[6]:month_index[7]]; month_peak[8] >= electricity_RE[i] for i in [month_index[7]:month_index[8]]; month_peak[9] >= electricity_RE[i] for i in [month_index[8]:month_index[9]]; month_peak[10] >= electricity_RE[i] for i in [month_index[9]:month_index[10]]; month_peak[11] >= electricity_RE[i] for i in [month_index[10]:month_index[11]];
with this error message: (GBOML) C:\Users\samyk\OneDrive - Universite de Liege\cours\Doctorat\NKL\GBOML_model>gboml NKL_V2_RE_onshore.gboml --gurobi --json --output NKL_V2_RE_onshore WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 WARNING: No timescale was defined ! Default : T = 1 Check variables of node Transmission : --- 0.0 seconds --- Check variables of node Li_ion_battery : --- 0.0 seconds --- Check variables of node Wind_Onshore : --- 0.0 seconds --- Check variables of node PV_Tracker : --- 0.0 seconds --- Check variables of node PV : --- 0.0 seconds --- Check variables of node District : --- 0.0 seconds --- Check variables of node SOEC : --- 0.00800466537475586 seconds --- Check variables of node PEMEC : --- 0.0 seconds --- Check variables of node AEC : --- 0.0 seconds --- Check variables of node FT_Treatment : --- 0.0 seconds --- Check variables of node PCC : --- 0.0 seconds --- Check variables of node Sink : --- 0.0 seconds --- Check variables of node Factory : --- 0.0 seconds --- Check hyperlink electricity_flow : --- 0.0 seconds --- Warning : Hyperedge constraint using variables from a single node at line 41 Check hyperlink heats_flow : --- 0.0 seconds --- Check hyperlink H2_to_FT_Treatment : --- 0.0 seconds --- Check hyperlink CO2_to_FT_Treatment : --- 0.0 seconds --- Check hyperlink Factory_to_PCC : --- 0.0 seconds --- Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in run_code File "C:\Users\samyk\anaconda3\envs\GBOML\Scripts\gboml.exe_main.py", line 7, in File "C:\Users\samyk\anaconda3\envs\GBOML\Lib\site-packages\gboml\gboml_main.py", line 112, in main compile_gboml(args.input_file, args.log, args.lex, File "C:\Users\samyk\anaconda3\envs\GBOML\Lib\site-packages\gboml\compiler\gboml_compiler.py", line 86, in compile_gboml extend_factor(program, definitions) File "C:\Users\samyk\anaconda3\envs\GBOML\Lib\site-packages\gboml\compiler\gboml_matrix_generation.py", line 141, in extend_factor constr_fact.extend(flat_node_definitions) File "C:\Users\samyk\anaconda3\envs\GBOML\Lib\site-packages\gboml\compiler\classes\factor.py", line 569, in extend time_range = constraint.get_time_range(gl) time_range range_time = self.time_interval.get_range(definitions) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\samyk\anaconda3\envs\GBOML\Lib\site-packages\gboml\compiler\classes\time_obj.py", line 163, in get_range end_value = eval(self.end.turn_to_python_expression(), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "", line 1, in NameError: name 'extension_range' is not defined