Skip to content

Commit

Permalink
Update write_to_log function signature
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieHakim committed Mar 14, 2024
1 parent 5d062bc commit 807aa60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bnpm/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def get_nums_from_str(str_in, dtype_out=np.float64):


def write_to_log(
text,
*text,
path=None,
mode='a',
start_on_new_line=True,
Expand Down

0 comments on commit 807aa60

Please sign in to comment.