Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nam
ProxPython
Commits
7641b362
Commit
7641b362
authored
Jan 21, 2021
by
Schellhorn
Browse files
/self.dataset instead of + self.dataset
parent
5df94162
Changes
1
Hide whitespace changes
Inline
Side-by-side
proxtoolbox/experiments/phase/Phasepack_Experiment.py
View file @
7641b362
...
...
@@ -71,7 +71,7 @@ class Phasepack_Experiment(PhaseExperiment):
# so that we can use the automatic data loading feature (i.e., GetData.getData("Phasepack")).
# Another possibility is to write code that downloads the data files directly from
# the original website (https://rice.app.box.com/v/TransmissionMatrices)
data_dir
=
datadir
/
'Phase'
+
self
.
dataset
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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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