We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
While exploring NetworkUnit based on this example, upon instantiating C = C_sim(name='C') and error occured here
C = C_sim(name='C')
https://github.com/INM-6/NetworkUnit/blob/d882c55ea9321523553a3fafcb79d2df19536906/networkunit/models/backends/storage.py#L19
since self.model.unpicklable is undefined according to Python.
self.model.unpicklable
The text was updated successfully, but these errors were encountered:
No branches or pull requests
While exploring NetworkUnit based on this example, upon instantiating
C = C_sim(name='C')
and error occured herehttps://github.com/INM-6/NetworkUnit/blob/d882c55ea9321523553a3fafcb79d2df19536906/networkunit/models/backends/storage.py#L19
since
self.model.unpicklable
is undefined according to Python.The text was updated successfully, but these errors were encountered: