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

Fix permil encoding #487

Merged
merged 1 commit into from
Dec 23, 2023
Merged

Fix permil encoding #487

merged 1 commit into from
Dec 23, 2023

Conversation

CommonClimate
Copy link
Collaborator

The recent fix of #482 to address #473 seems to have improved things on the PC side but broke them on the Mac side. Double-quotes seem to work better than single quotes, so I updated metadata.yml accordingly.

To test the new code:

import pyleoclim as pyleo
pyleo.utils.available_dataset_names()
for name in ['LR04','EDC-dD','GISP2','cenogrid_d18O','cenogrid_d13C']:
    ts = pyleo.utils.load_dataset(name)
    ts.plot()

should yield something like this:

GISP2

Donble-quotes seem to work better than single quotes
@alexkjames alexkjames merged commit 8cfc01e into master Dec 23, 2023
1 check passed
@alexkjames alexkjames deleted the permil_encoding branch December 23, 2023 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

2 participants