Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
13872d43
Commit
13872d43
authored
Jan 21, 2021
by
Schellhorn
Browse files
+ switched to /
parent
7641b362
Changes
1
Show whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/phase/Phasepack_Experiment.py
View file @
13872d43
...
...
@@ -74,7 +74,7 @@ class Phasepack_Experiment(PhaseExperiment):
data_dir
=
datadir
/
'Phase'
/
self
.
dataset
filenames
=
[
'A_GS.mat'
,
'YH_squared_test.mat'
,
'XH_test.mat'
]
for
filename
in
filenames
:
data_path
=
data_dir
+
filename
data_path
=
data_dir
/
filename
if
not
os
.
path
.
isfile
(
data_path
):
errMsg
=
"File "
+
data_path
+
" was not found"
print
(
errMsg
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment