LDAR-Sim / LDAR_Sim

MIT License
11 stars 22 forks source link

fix: Add instructions and support for long paths #265

Closed ThomasGalesloot closed 3 months ago

ThomasGalesloot commented 3 months ago

Pull Request Key Information

Reason for change

When running in a Windows environment, the path length can be a limiting factor, causing errors.

What was changed

This change adds instructions for enabling long paths in Windows and adds runtime warnings to the codebase to alert users of the potential issue.

Intended Purpose

Added instructions to the INSTALL_GUIDE.md file for enabling long paths.

Level of version change required

Patch

Testing Completed

All unit tests pass: unit_test_results.txt

Manual Testing completed

Target Issue

N/A

Additional Information

N/A