WISDEM / DriveSE

DEPRECATED: DriveSE is a set of models to size wind turbine components from the hub system, drivetrain and overall nacelle.
Other
3 stars 3 forks source link

Having problems running test file #15

Closed Yugler closed 5 years ago

Yugler commented 5 years ago

Greetings,

I have followed install instructions in "https://github.com/WISDEM/WISDEM" and I'm able to run some other module examples like CCBlade but is not the case with DRiveSe.

When I run "test_DriveSE.py" i get following error: No module named "drivese.drive". Maybe is pointing to older modules?

Thanks for the help

gnscott commented 5 years ago

You are correct: test_DriveSE.py is old code that uses some modules and classes that don't exist any more. We'll replace it with something that works. In the meantime, assume that everything is working and try out DriveSE with your own code. Thanks for pointing out the problem.