Skip to content

file containing 'optimizeGeoPath' is not accessible #2

@owensca

Description

@owensca

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'.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions