Skip to content

Commit

Permalink
Merge pull request #312 from mgreminger/dimensional-analysis-refactor
Browse files Browse the repository at this point in the history
refactor: perform dimensional analysis and numerical evaluation in same pass
  • Loading branch information
mgreminger authored Jan 22, 2025
2 parents f53513c + dd27153 commit ba9ae56
Show file tree
Hide file tree
Showing 14 changed files with 569 additions and 539 deletions.
2 changes: 1 addition & 1 deletion playwright.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
forbidOnly: !!process.env.CI,

retries: process.env.CI ? 2 : 0,
workers: process.env.CI ? 4 : 8,
workers: process.env.CI ? 4 : 4,
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
reporter: process.env.CI ? 'github' : 'list',
reportSlowTests: null,
Expand Down
Loading

0 comments on commit ba9ae56

Please sign in to comment.