iiasa / pysquirrel

MIT License
2 stars 1 forks source link

Use of AllRegions._set_index() not clear #19

Closed phackstock closed 2 weeks ago

phackstock commented 1 month ago

I've been trying to understand the use of AllRegions._set_index(). To me it seems that the function has no use since it does neither, return anything nor modify any self variables. @dc-almeida, if I'm missing something, please correct me otherwise this section of code should be removed. EDIT: Never mind, I'm now getting how it works. It's rather complicated though in my opinion and should be simplified/changed.