KhiopsML / khiops-python

The Python library of the Khiops AutoML suite
https://khiops.org
BSD 3-Clause Clear License
10 stars 1 forks source link

Change reference path from khiops.__file__ to __file__ #247

Closed folmos-at-orange closed 2 months ago

folmos-at-orange commented 2 months ago

We used this value to obtain the package installation path. However if the program is execute in a directory containing a khiops directory it is set to other values (usually None).

The now we use only __file__ in runner.py which ensures that we have a true reference point to find the package path.