Skip to content

Commit b9f394d

Browse files
author
Jennifer Pollack
committed
Remove unused arg: first_run from train_cycle_part method
1 parent 24ffc08 commit b9f394d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/wf_psf/training/train_utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,7 +776,6 @@ def general_train_cycle(
776776
callbacks=callbacks,
777777
sample_weight=sample_weight,
778778
verbose=verbose,
779-
first_run=first_run,
780779
cycle_part="parametric",
781780
)
782781

@@ -818,7 +817,6 @@ def general_train_cycle(
818817
callbacks=callbacks,
819818
sample_weight=sample_weight,
820819
verbose=verbose,
821-
first_run=first_run,
822820
cycle_part="non-parametric",
823821
)
824822

0 commit comments

Comments
 (0)