JuliaDynamics/DrWatson.jl

collect_results! : path

Open

#116 opened on Jan 19, 2020

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Julia (94 forks)batch import
good first issueimprovement

Repository metrics

Stars
 (915 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

When collecting results using collect_results! the path to the files is automatically added. This is great but we currently add the full system-path. For better portability one could change this to just save the path relative to the project-rootfolder. Then things would stay coherent over different machines.

Contributor guide