[hotfix] Error in main and example files in the call of get_light_maps()
Summary
In main and example files in the call of get_light_maps(), position arguments are given after keyword arguments, genereting an error.
Steps to reproduce
The main.py and example.py of develop branch are broken right now. Just run it to have the error message.
What is the expected correct behavior?
No error for the call of this method.
Relevant logs and/or screenshots
File "/home/louis/PASE/Public/pase/main.py", line 103 3) ^ SyntaxError: positional argument follows keyword argument
Possible fixes
Switch the two last arguments in keyword arguments.