Skip to content

Commit

Permalink
tweaks to exp2
Browse files Browse the repository at this point in the history
  • Loading branch information
djpasseyjr committed Apr 11, 2024
1 parent a973329 commit f2e478d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion experiments/exp2/runner/exp_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
PARAM_DIR = Path(__file__).parents[1] / "parameters"
DYN_PARAM_FNAME = "dynamic_models"
METH_PARAM_FNAME = "inference_methods"
FILE_PREFIX = "exp1"
FILE_PREFIX = "exp2"
SAVE_DIR = Path(__file__).parents[0] # Path("/work/users/d/j/djpassey/interfere_exp1.1")

def save_file_path(idx):
Expand Down
2 changes: 1 addition & 1 deletion experiments/exp2/runner/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ GPy==1.13.1
importlib-metadata==7.0.1
importlib-resources==6.1.1
iniconfig==2.0.0
-e git+https://github.com/djpasseyjr/interfere.git@9d3a67ba631dc4fdfe28e33c736785e80238cff3#egg=interfere
interfere @ git+https://www.github.com/djpasseyjr/interfere@a97332928c4cb8d42849072b7adeef9a63f7107e
ipykernel==6.29.0
ipyparallel==8.7.0
ipython==8.18.1
Expand Down
3 changes: 0 additions & 3 deletions experiments/exp2/runner/run.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import pickle as pkl
import os
import sys

import interfere

# Import exp_tools.py from the local directory:
import exp_tools

Expand Down

0 comments on commit f2e478d

Please sign in to comment.