Skip to content

Commit 34fdae6

Browse files
committed
little bugs
1 parent 622cd68 commit 34fdae6

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

batch_run/dispatcher.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"update_project_paths": True,
5959
"initialize_visualization": False,
6060
"use_GPU": True,
61-
"random_seed": 0,
61+
"random_seed": None,
6262
"verbose": 2,
6363
},
6464
"figure_saver": {
@@ -319,7 +319,7 @@
319319
#SBATCH --account=kempner_bsabatini_lab # The account name for the job.
320320
#SBATCH --job-name={name_slurm} # Job name
321321
#SBATCH --output={path} # File to write: STDOUT (and STDERR if --error is not used)
322-
#SBATCH --partition=kempner_requeue # Partition (job queue)
322+
#SBATCH --partition=kempner # Partition (job queue)
323323
#SBATCH --gres=gpu:1 # Number of GPUs
324324
#SBATCH -c 16 # Number of cores (-c) on one node
325325
#SBATCH -n 1 # Number of nodes (-n)

face_rhythm/helpers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ def fn_check_pathLike(obj):
156156
bytes,
157157
memoryview,
158158
np.bytes_,
159-
np.unicode_,
160159
re.Pattern,
161160
re.Match,
162161
)):

scripts/params_pipeline_basic.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"fast_length": true,
107107
"take_abs": true,
108108
"filters": null,
109-
"plot_pref": false,
109+
"plot_pref": false
110110
},
111111
"batch_size": 10,
112112
"normalization_factor": 0.95,

0 commit comments

Comments
 (0)