stfc / janus

collection of scripts to train and generate data for machine learnt interatomic potentials
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Fix active learning path #31

Closed ElliottKasoar closed 1 year ago

ElliottKasoar commented 1 year ago

self.active_learning_directory is defined as join_paths(main_directory, active_learning_sub_directory), so prepending with .. is not necessary (and inconsistent with its use elsewhere, e.g. the line above).