Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default dataset path #2

Open
mthielma opened this issue Sep 12, 2023 · 0 comments
Open

default dataset path #2

mthielma opened this issue Sep 12, 2023 · 0 comments

Comments

@mthielma
Copy link
Collaborator

There is an issue when running GMG_Tomo() from an arbitrary folder. In that case, the search path is relative to the current directory. For this reason, Default_datasets.jl and GMG_TomoData.jl were not found. The recent fix consists of using the output of pkgdir(GMG_DataPicker) as a prefix. However, when GMG_Tomo is then called with a specific path+filename, things don't work anymore.
I'd suggest to replace the argument default_datasets="src/GMG_Tomo/Default_datasets.jl" with datasets=nothing and add an if-loop that sets the path to the default path in case datasets equals nothing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant