Skip to content

Commit

Permalink
baseline models are structured. util added:attemp2
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 19, 2024
1 parent 928aaaf commit 6a59be0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/control_methods/pearson/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
}
## VIASH END
print(par)
import sys
sys.path.append('./src/utils')
# import sys
# sys.path.append('./src/utils')
from util import create_corr_net

par['causal'] = False
Expand Down
4 changes: 2 additions & 2 deletions src/control_methods/pearson_causal/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"seed": 32
}
## VIASH END
import sys
sys.path.append('./src/utils')
# import sys
# sys.path.append('./src/utils')
from util import create_corr_net

print('Create causal corr net')
Expand Down
4 changes: 2 additions & 2 deletions src/control_methods/positive_control/script.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"seed": 32,
'normalize': False}
## VIASH END
import sys
sys.path.append('./src/utils')
# import sys
# sys.path.append('./src/utils')
from util import create_corr_net

print('Create causal corr net')
Expand Down

0 comments on commit 6a59be0

Please sign in to comment.