NREL / ditto

DiTTo is a Distribution Transformation Tool that aims at providing an open source framework to convert various distribution systems modeling formats.
https://nrel.github.io/ditto/
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

conversion from cyme to opendss ( command line) #376

Open mwague opened 2 years ago

mwague commented 2 years ago

I am having this error while converting cyme 9.1 to opendss on my command line TypeError: trait must be a Trait or None, got (<ditto.models.base.Int object at 0x000001D5D69C8070>, <ditto.models.base.Int object at 0x000001D5D69C80D0>, <ditto.models.base.Float object at 0x000001D5D69C8100>) <class 'tuple'>

What maybe the potential issues please?

kdheepak commented 2 years ago

Can you please share the full stack trace?

mwague commented 2 years ago

picture

mwague commented 2 years ago

Here is the picture

mwague commented 2 years ago

any follow up?

tarekelgindy commented 2 years ago

Sorry for the slow responsiveness with this. The most likely cause of this is that we were using a few deprecated methods in the traitlets library that outdated in their latest release. However, these issues should have been addressed by this pull request.

Are you using the most recent version of ditto? If not, try running pip install ditto.py==0.2.2

which will update to the latest ditto release.