File tree Expand file tree Collapse file tree
examples/matbench_example Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66repos :
77 - repo : https://github.com/astral-sh/ruff-pre-commit
8- rev : v0.14.10
8+ rev : v0.15.9
99 hooks :
1010 - id : ruff
1111 args : [--fix]
@@ -23,14 +23,14 @@ repos:
2323 - id : trailing-whitespace
2424
2525 - repo : https://github.com/codespell-project/codespell
26- rev : v2.4.1
26+ rev : v2.4.2
2727 hooks :
2828 - id : codespell
2929 exclude_types : [json]
3030 args : [--check-filenames]
3131
3232 - repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.19.1
33+ rev : v1.20.0
3434 hooks :
3535 - id : mypy
3636 exclude : (tests|examples)/
4242 - id : format-ipy-cells
4343
4444 - repo : https://github.com/kynan/nbstripout
45- rev : 0.8.2
45+ rev : 0.9.1
4646 hooks :
4747 - id : nbstripout
4848 args : [--drop-empty-cells]
Original file line number Diff line number Diff line change 2828epochs = 10
2929folds = list (range (5 ))
3030timestamp = f"{ datetime .now ():%Y-%m-%d@%H-%M-%S} "
31- today = timestamp .split ("@" )[0 ]
31+ today = timestamp .split ("@" , maxsplit = 1 )[0 ]
3232# job_name unlike run_name doesn't include dataset and fold since not yet known without
3333# SLURM_ARRAY_TASK_ID
3434job_name = f"matbench-wrenformer-robust-{ epochs = } "
You can’t perform that action at this time.
0 commit comments