SEMAFORInformatik / femagtools

Python API for FEMAG
BSD 2-Clause "Simplified" License
19 stars 13 forks source link

KeyError: impfml.mako #46

Closed pikkedil closed 5 years ago

pikkedil commented 5 years ago

Testfall:

  1. Windows-Umgebung mit femag environemnt
  2. Testfälle in femagtools\examples funktioniert
  3. Testfall in femagtools\examples\model-creation\statorRotor3-imp-fml.py liefert folgende Meldung: 100
ronaldtanner commented 5 years ago

This feature has been added in Commit [073974aa] Rel 0.6.3. The line numbers in your stack trace point to an older version. Please insert this print statement in statorRotor3-ipm-fml.py before invoking the method create_fsl:

print(femagtools.__version__)

Rerun this skript and check the version printed in the console output.

pikkedil commented 5 years ago

conda update -c semafor femagtools soved the issue