Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6f24a12

Browse files
committedOct 4, 2024·
fixed some error regarding the path
1 parent e78ee7f commit 6f24a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Maths/test/RungaKutta.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { rungeKuttaStep, rungeKuttaFull } from '../RungeKuttaMethod';
1+
import { rungeKuttaStep, rungeKuttaFull } from '../RungaKutta';
22

33
describe('rungeKuttaStep', () => {
44
it('should calculate the next y value correctly for trigonometric function', () => {

0 commit comments

Comments
 (0)
Please sign in to comment.