Skip to content

Related to https://github.com/sphinx-contrib/matlabdomain/issues/114#top #274

@pollaro

Description

@pollaro

I'm getting this error:

Exception occurred:
File "/home/docs/checkouts/readthedocs.org/user_builds/network-level-analysis-toolbox/envs/latest/lib/python3.8/site-packages/sphinxcontrib/mat_documenters.py", line 1342, in import_object
          if self.object.attrs.get("Static"):
    AttributeError: 'NoneType' object has no attribute 'attrs'

Here's the static method it's calling:

    methods(Static)
        function inputs = requiredInputs()
            % Defines what inputs are required for the edge-level test to run along with default
            % values and type. This is the information the GUI uses to create the inputs on the main page
            %
            % :return: Graphical objects to draw on the GUI along with variable type information, variable bounds, and defaults
            inputs = {nla.inputField.Number('prob_max', 'Edge-level P threshold <', 0, 0.05, 1),...
                nla.inputField.NetworkAtlasFuncConn(), nla.inputField.Behavior()};
        end
    end

Any ideas?

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