Skip to content

Commit

Permalink
Convert <odesystem> tests to vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
cqnykamp committed Dec 7, 2024
1 parent daca5fe commit a143017
Show file tree
Hide file tree
Showing 3 changed files with 809 additions and 2,030 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 a143017

Please sign in to comment.