Skip to content

Commit 7457c99

Browse files
committed
Add work_dir to environment_frame
1 parent 976ee3d commit 7457c99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fhda/data_analysis_env.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ def export_frame(self) -> Frame:
116116
"problem": self.problem,
117117
"problem_id": self.problem_id,
118118
"cost": GLOBAL_COST_TRACKER.lifetime_cost_usd,
119+
"work_dir": self.work_dir,
119120
},
120121
)
121122

0 commit comments

Comments
 (0)