SpheMakh / HI-Inator

Radio interefometry simulator/imager tailored for HI sky models.
GNU General Public License v2.0
1 stars 0 forks source link

ncpu error in pyxis #8

Closed andferrari closed 9 years ago

andferrari commented 9 years ago

Hi, thank you for your awesome work!

Since the commits on Aug 28, 2015 HI-inator crashes with:

Traceback (most recent call last):
  File "/code/depends/pyxis/Pyxis/bin/pyxis", line 295, in <module>
    Pyxis.Internals.run(*commands);
  File "/code/depends/pyxis/Pyxis/Internals.py", line 1099, in run
    comcall();
  File "./pyxis-hikat.py", line 169, in azishe
    ncpu = params["ncpu"]
KeyError: 'ncpu'
2015/09/08 20:01:11 ERROR: Exception raised, aborting

The previous version works perfectly.

SpheMakh commented 9 years ago

I forgot to update the config file after adding a new feature. It should work again now.