Skip to content

Commit

Permalink
Convert dynamical system tests to vitest (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqnykamp authored Dec 7, 2024
1 parent 16e66d9 commit 2a12c5d
Show file tree
Hide file tree
Showing 11 changed files with 1,654 additions and 4,879 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ export default class ODESystem extends InlineComponent {
},
}),
definition({ dependencyValues }) {
console.log(dependencyValues);
// console.log(dependencyValues);
let warnings = [];

let valid = true;
Expand Down
Loading

0 comments on commit 2a12c5d

Please sign in to comment.