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
hey bro, i just try simulate ur project , but in slugging.py there is error like this
File "slugging.py", line 367, in
cvh = read_csv(mname + '_convergence.csv', header=0, index_col=0, squeeze=True)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 709, in parser_f
return _read(filepath_or_buffer, kwds)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 449, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 818, in init
self._make_engine(self.engine)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1049, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1695, in init
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 402, in pandas._libs.parsers.TextReader.cinit
File "pandas/_libs/parsers.pyx", line 718, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: File b'LSTM_i1234567_o9_convergence.csv' does not exist
what's the problem suppose to?
thankyou
The text was updated successfully, but these errors were encountered:
Hi, there are 2 modes of running the script - forecasting the slugging process using a variable number of pressure readings (1), and plotting the previously saved results (2). These 2 modes are switched by setting the variable rf on line 305 to true or false, respectively. Now in the script rf = false, so the code looks for LSTM_i1234567_o9_convergence.csv and does not find it (this is your error message).
hey bro, i just try simulate ur project , but in slugging.py there is error like this
File "slugging.py", line 367, in
cvh = read_csv(mname + '_convergence.csv', header=0, index_col=0, squeeze=True)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 709, in parser_f
return _read(filepath_or_buffer, kwds)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 449, in _read
parser = TextFileReader(filepath_or_buffer, **kwds)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 818, in init
self._make_engine(self.engine)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1049, in _make_engine
self._engine = CParserWrapper(self.f, **self.options)
File "/usr/local/lib/python3.6/dist-packages/pandas/io/parsers.py", line 1695, in init
self._reader = parsers.TextReader(src, **kwds)
File "pandas/_libs/parsers.pyx", line 402, in pandas._libs.parsers.TextReader.cinit
File "pandas/_libs/parsers.pyx", line 718, in pandas._libs.parsers.TextReader._setup_parser_source
FileNotFoundError: File b'LSTM_i1234567_o9_convergence.csv' does not exist
what's the problem suppose to?
thankyou
The text was updated successfully, but these errors were encountered: