plot_parity error "calculate_fingerprints() got an unexpected keyword argument 'cores' "

Issue #154 resolved
Javad Hashemi created an issue

I am trying to produce the plot parity of one NN run and I get the following error:

TypeError: calculate_fingerprints() got an unexpected keyword argument 'cores'

the code is:

from amp import Amp
from amp.descriptor.gaussian import Gaussian
from amp.model.neuralnetwork import NeuralNetwork
from amp.analysis import plot_parity

plot_parity('parameters-checkpoint-38000.amp','training-2000k.traj')

The files are attached.

Comments (1)

  1. Log in to comment