Skip to content

Commit

Permalink
fixup! discojs/model: expose batch generator
Browse files Browse the repository at this point in the history
  • Loading branch information
tharvik committed Jul 2, 2024
1 parent a0f54a1 commit 0b51367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/cypress/e2e/library.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ describe("model library", () => {
cy.contains("button", "next").click();

cy.contains("button", "train alone").click();
cy.contains("h6", "current epoch")
cy.contains("h6", "current round")
.next({ timeout: 10_000 })
.should("have.text", "3");
.should("have.text", "1");
cy.contains("button", "next").click();

// TODO do not save by default, only via "save model" button
Expand Down

0 comments on commit 0b51367

Please sign in to comment.