Skip to content

Commit

Permalink
keep shape=None in add_aviary_output()
Browse files Browse the repository at this point in the history
  • Loading branch information
xjjiang committed Jan 8, 2025
1 parent 7487d40 commit 7dc138b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aviary/variable_info/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def add_aviary_input(comp, varname, val=None, units=None, desc=None, shape_by_co
desc=input_desc, shape_by_conn=shape_by_conn, shape=shape)


def add_aviary_output(comp, varname, val, units=None, desc=None, shape_by_conn=False,
def add_aviary_output(comp, varname, val=None, units=None, desc=None, shape_by_conn=False,
meta_data=_MetaData, shape=None):
"""
This function provides a clean way to add variables from the
Expand Down

0 comments on commit 7dc138b

Please sign in to comment.