Author Topic: Error while re-running the script through checkpoint file  (Read 2158 times)

0 Members and 1 Guest are viewing this topic.

Offline ruyam

  • Heavy QuantumATK user
  • ***
  • Posts: 60
  • Country: in
  • Reputation: 0
    • View Profile
I want to restart my stopped python file. I followed the commands/instructions in the tutorials:  http://quantumwise.com/publications/tutorials/item/502-restarting-stopped-calculations

But the error given was: AttributeError: 'list' object has no attribute 'update'.

How to cater it?


Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5538
  • Country: dk
  • Reputation: 90
    • View Profile
    • QuantumATK at Synopsys
Re: Error while re-running the script through checkpoint file
« Reply #1 on: December 26, 2014, 00:28 »
Check tutorial again. nlread returns a list, you need to grab the last element, using [-1].