In the latest version of WoMa, I encountered an error when generating particles:
particles_low_res = woma.ParticlePlanet(planet, 1e4, verbosity=0)
This raises the following:
TypeError: GenSphere.__init__() got an unexpected keyword argument 'Di_param_A1_misc_prof'" }
It seems that WoMa is passing the Di_param_A1_misc_prof argument to Seagen.GenSphere, but the latest released version of SEAGen (=1.5) does not support this keyword.
I suspect there may be a version mismatch between WoMa and SEAGen?
In the latest version of WoMa, I encountered an error when generating particles:
particles_low_res = woma.ParticlePlanet(planet, 1e4, verbosity=0)This raises the following:
TypeError: GenSphere.__init__() got an unexpected keyword argument 'Di_param_A1_misc_prof'" }It seems that WoMa is passing the Di_param_A1_misc_prof argument to Seagen.GenSphere, but the latest released version of SEAGen (=1.5) does not support this keyword.
I suspect there may be a version mismatch between WoMa and SEAGen?