The xml composite when transforming into simplace platform can be incorrect :
In visit_module from simplaceGenerator.py (line. 588) :
FileNotFoundError: [Errno 2] No such file or directory: Path('C:\Users\raihauti\Documents\These\LLM_II\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\src\simplace\..\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC.xml')
The correct path should be :
Path('C:\Users\raihauti\Documents\These\LLM_II\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\src\simplace\SurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC.xml')
The xml composite when transforming into simplace platform can be incorrect :
In visit_module from simplaceGenerator.py (line. 588) :
FileNotFoundError: [Errno 2] No such file or directory: Path('C:\Users\raihauti\Documents\These\LLM_II\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\src\simplace\..\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC.xml')
The correct path should be :
Path('C:\Users\raihauti\Documents\These\LLM_II\Results\BiomaSurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC\src\simplace\SurfaceSWATSoilSWATC\SurfaceSWATSoilSWATC.xml')