Skip to content

After upgrading to 0.9.1, recombRate() no longer works for fully ionized atoms #274

@The9Cat

Description

@The9Cat

Here is a trivial example that works in 0.8.3 but not in 0.9.1:

import ChiantiPy.core as ch
t = 10.*(5.8 + 0.05*np.arange(21.))
o3 = ch.ion('o_8', temperature=t)
o3.recombRate()
o3 = ch.ion('o_9', temperature=t)
o3.recombRate() 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions