Skip to content

Commit

Permalink
wth vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultLSDC committed Dec 3, 2024
1 parent 1ede459 commit da8208f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agentlab/experiments/study.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from abc import ABC, abstractmethod
import gzip
import logging
import pickle
Expand Down Expand Up @@ -269,6 +268,7 @@ def set_reproducibility_info(self, strict_reproducibility=False, comment=None):
self.uuid,
ignore_changes=not strict_reproducibility,
comment=comment,
allow_bypass_benchmark_version=not strict_reproducibility,
)
if self.reproducibility_info is not None:
repro.assert_compatible(
Expand Down

0 comments on commit da8208f

Please sign in to comment.