Skip to content

Commit

Permalink
Changes to the parameter list for sapyb
Browse files Browse the repository at this point in the history
  • Loading branch information
MargaretDuff committed Sep 25, 2023
1 parent b73e288 commit 88fc10e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Wrappers/Python/cil/framework/framework.py
Original file line number Diff line number Diff line change
Expand Up @@ -3083,9 +3083,7 @@ def sapyb(self, a, y, b, out=None, num_threads=NUM_THREADS):
out : return DataContainer, if None a new DataContainer is returned, default None.
out can be self or y.
num_threads : number of threads to use during the calculation, using the CIL C library
It will try to use the CIL C library and default to numpy operations, in case the C library does
not handle the types.
It will try to use the CIL C library and default to numpy operations, in case the C library does not handle the types.
Example
Expand Down

0 comments on commit 88fc10e

Please sign in to comment.