Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Usage example nonfunctional #62

Closed
Preposthumous opened this issue May 16, 2024 · 1 comment
Closed

README Usage example nonfunctional #62

Preposthumous opened this issue May 16, 2024 · 1 comment

Comments

@Preposthumous
Copy link

Hi! This is just an issue with the documentation in the main README: The example provided under "Usage" isn't currently functional. Specifically, it includes

chart_default.limits.range_temp_c = (15.0, 35.0)
chart_default.limits.range_humidity_g_kg = (5, 25)

but it appears that the current version of psychrochart doesn't provide a "limits" attribute for a chart object, directly. As far as I can tell, it should read:

chart_default.config.limits.range_temp_c = (15.0, 35.0)
chart_default.config.limits.range_humidity_g_kg = (5, 25)

Thank you for your time and attention!

@Preposthumous Preposthumous changed the title PyPI main page Usage example nonfunctional README Usage example nonfunctional May 16, 2024
@azogue azogue closed this as completed in b1b9836 May 17, 2024
@azogue
Copy link
Owner

azogue commented May 17, 2024

Thanks for reporting @Preposthumous 👍, fix already included in main branch (from #61)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants