Skip to content

Tilepair client, cannot find json file #150

@martinschorb

Description

@martinschorb

Dar all,

I am running into a problem when generating tile pairs:

when I try to run it in a 2D layer with

"zNeighborDistance":0,
"excludeSameLayerNeighbors":"False",

it fails not finding the JSON (which it is supposed to create):

  File "/.../renderapi/render.py", line 128, in run
    return f(*args, **kwargs)
  File "<decorator-gen-35>", line 2, in tilePairClient
  File "/.../renderapi/client/utils.py", line 36, in renderclientaccess
    return f(*args, **render.make_kwargs(**kwargs))
  File "/.../renderapi/client/client_calls.py", line 231, in tilePairClient
    with open(outjson, 'r') as f:
FileNotFoundError: [Errno 2] No such file or directory: '/.../tile_pairs_giovanna0_mipmap_z_442_to_450_dist_0.json'

running the very same parameters but with

  "zNeighborDistance":1,

succeeds. On another stack it works with

  "zNeighborDistance":0,

What would be the relevant stack parameter to check? The directory is writable, as it creates the files with ...1.json.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions