Skip to content

Commit

Permalink
Update fmripnet.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MLDataAnalytics authored Aug 11, 2024
1 parent 3bfe25e commit 0755240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmripnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def main(config_file='config.txt', HPC=None):
pnet_env = config['hpc_settings']['pnet_env']
hpc_submit = config['hpc_settings']['submit']
hpc_computation_resource = config['hpc_settings']['computation_resource']
print(f"computation resource: {hpc_computation_resource}")
#print(f"computation resource: {hpc_computation_resource}")

print(f"dataType: {dataType}")
print(f"dataFormat: {dataFormat}")
Expand Down

0 comments on commit 0755240

Please sign in to comment.