MrBr-github / lshca

GNU General Public License v3.0
9 stars 6 forks source link

Use pathlib in lshca_regression #99

Open amaslenn opened 1 year ago

amaslenn commented 1 year ago
  1. Use pathlib.Path instead of os.path to simplify code.
  2. Removed --data-source CLI option, this will be available as pytest's filtering option in future.