Skip to content

Add missing functions.py in PatchRes #2

Description

@cmaranes

When attempting to import the generate_masks function in PatchRes/PatchRes.py, the module PatchRes.functions cannot be found because the file functions.py does not exist. This breaks downstream code that relies on generate_masks for mask generation:

from .functions import generate_masks

Also it is referenced in other scripts:

from .functions import *

I am looking forward to testing the code—seems promising!

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