Skip to content

Incompatibility with Numba #63

@PabloMBarral

Description

@PabloMBarral

Hi.

The following problem arises

numba.core.errors.NumbaNotImplementedError: none cannot be represented as a NumPy dtype

when I try to run

from psychrochart import PsychroChart

Load default style:

chart_default = PsychroChart.create()

customize anything

chart_default.config.limits.range_temp_c = (15.0, 35.0)
chart_default.config.limits.range_humidity_g_kg = (5, 25)
chart_default.config.saturation.linewidth = 1
chart_default.config.constant_wet_temp.color = "darkblue"

plot

axes = chart_default.plot()
axes.get_figure()

or store on disk

chart_default.save("my-custom-chart.svg")

I've already upgraded Numba & psychrochart to the latest versions.

Regards.-

PS: I'm not quite sure if this is a psychrochart problem or a problem of my setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions