madamow / pymoogi

python wrapper for MOOG. All plots are handled with matplotlib.
10 stars 4 forks source link

ValueError: input array dimensions #18

Closed allisonswart closed 2 years ago

allisonswart commented 2 years ago

I've been trying to get pymoogi working, but when trying to run the command "pymoogi synth_example.par" I get this error. I'm using python version 3.9.7 on a mac running Monterey 12.3.1.

Screen Shot 2022-05-18 at 2 39 12 PM

I've successfully compiled MOOG and I was able to run the "abfind_example.par" file without any issues. It's just for the synth example that I'm having trouble with. What am I doing wrong?

madamow commented 2 years ago

Hi. @Xarthisius fixed this issue last week and I messed up his pull request. I just committed a fix to this. Please pull from repository and set up MOOG again with make. It should fix your issue.

allisonswart commented 2 years ago

Yes, that fixed my issue. Thank you for the help!