Skip to content

Commit 0c7a7eb

Browse files
committed
Fix Checksum path
1 parent fde5b6a commit 0c7a7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Modules/nuclear_fusion/analysis_proton_boron_fusion.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import sys
99
import yt
10-
sys.path.insert(1, '../../../warpx/Regression/Checksum/')
10+
sys.path.insert(1, '../../../../warpx/Regression/Checksum/')
1111
import checksumAPI
1212
import numpy as np
1313
import scipy.constants as scc

0 commit comments

Comments
 (0)