mirror of
https://github.com/Athemis/PyDSF.git
synced 2025-04-04 14:26:03 +00:00
Change variable names to not redeclare system variables
This commit is contained in:
parent
e099bd8694
commit
ebd3343b5b
1 changed files with 2 additions and 2 deletions
4
pydsf.py
4
pydsf.py
|
@ -307,9 +307,9 @@ class Experiment:
|
|||
|
||||
# populate self.plates with data in provided files list
|
||||
i = 1
|
||||
for file in files:
|
||||
for filename in files:
|
||||
plate = Plate(owner=self,
|
||||
filename=file,
|
||||
filename=filename,
|
||||
t1=self.t1,
|
||||
t2=self.t2,
|
||||
dt=self.dt,
|
||||
|
|
Loading…
Add table
Reference in a new issue