You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I'm trying to generate a template bank with a copy of sbank in my CIT directory.
The path directory is /home/maria.assiduo/test_gwastro7/New_TemplateBanks/SEOB/.
As usual, I activate the source with the following command line:
But I have an error that never happened before and I don't understand:
Traceback (most recent call last): File "/home/maria.assiduo/gwastro7/sbank_Python3/bin/sbank_pipe", line 293, in <module> dag = bank_DAG(options.user_tag) File "/home/maria.assiduo/gwastro7/sbank_Python3/bin/sbank_pipe", line 64, in __init__ fh = open( logfile, "w" ) FileNotFoundError: [Errno 2] No such file or directory: '/usr1/maria.assiduo/tmpdfjgwinn'
Any suggestion? Thanks in advance.
The text was updated successfully, but these errors were encountered:
@MariaAssiduo Thanks for reporting this. I think this is an issue that has appeared after CIT has transitioned to Red Hat 8. The problem seems to be in this function:
Hi. I'm trying to generate a template bank with a copy of sbank in my CIT directory.
The path directory is
/home/maria.assiduo/test_gwastro7/New_TemplateBanks/SEOB/
.As usual, I activate the source with the following command line:
source /home/maria.assiduo/gwastro7/sbank_Python3/bin/activate
But I have an error that never happened before and I don't understand:
Traceback (most recent call last): File "/home/maria.assiduo/gwastro7/sbank_Python3/bin/sbank_pipe", line 293, in <module> dag = bank_DAG(options.user_tag) File "/home/maria.assiduo/gwastro7/sbank_Python3/bin/sbank_pipe", line 64, in __init__ fh = open( logfile, "w" ) FileNotFoundError: [Errno 2] No such file or directory: '/usr1/maria.assiduo/tmpdfjgwinn'
Any suggestion? Thanks in advance.
The text was updated successfully, but these errors were encountered: