Skip to content

Commit 495af21

Browse files
committed
[feat] update default root path
1 parent d6a3b35 commit 495af21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

XCD/IRT/MXIRT/Module/configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Configuration(parser.Configuration):
2121
# 目录配置
2222
model_name = str(pathlib.Path(__file__).parents[1].name)
2323

24-
root = pathlib.Path(__file__).parents[5]
24+
root = pathlib.Path(__file__).parents[4]
2525
dataset = ""
2626
timestamp = datetime.datetime.now().strftime("%Y%m%d%H%M%S")
2727
workspace = ""

0 commit comments

Comments
 (0)