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

file containing 'optimizeGeoPath' is not accessible #2

Open
owensca opened this issue Aug 27, 2020 · 0 comments
Open

file containing 'optimizeGeoPath' is not accessible #2

owensca opened this issue Aug 27, 2020 · 0 comments

Comments

@owensca
Copy link

owensca commented Aug 27, 2020

I tried searching for the function 'optimizeGeoPath' but it does not seem to be included in the code you have provided.

I get the following error:

Error using GeodesicAveragePar>computeGeodesicTemparal (line 392)
An UndefinedFunction error was thrown on the workers for 'optimizeGeoPath'. This might be because the file containing 'optimizeGeoPath' is not accessible on
the workers. Use addAttachedFiles(pool, files) to specify the required files to be attached. See the documentation for 'parallel.Pool/addAttachedFiles' for
more details.

Error in GeodesicAveragePar (line 69)
[FV_gas, FVgeo] = computeGeodesicTemparal(FVgeo,FV_ga_old,Topo,Ev,Ef,Eo,...

Error in demo_GCA (line 248)
[ ~,FV_path_test ] = GeodesicAveragePar( FVtest,Topology,options,FV_opt);

Caused by:
Undefined function 'optimizeGeoPath' for input arguments of type 'struct'.

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