-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
Labels
No labels