Skip to content

Commit

Permalink
docs: default values added
Browse files Browse the repository at this point in the history
  • Loading branch information
yiitozer committed Mar 20, 2024
1 parent f3edbee commit d1f803b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libnmfd/core/nmfconv.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,10 +577,10 @@ def init_activations(num_comp: int,
strategy: str
String describing the initialization strategy
time_res: float
time_res: float, default=None
The temporal resolution
pitches: list or None
pitches: list or None, default=None
Optional list of MIDI pitch values
decay: np.ndarray or float
Expand Down

0 comments on commit d1f803b

Please sign in to comment.