Skip to content

Behavior across env builds #46

Closed
Closed
@e-marshall

Description

@e-marshall

Expanding on discussion from #44
Have tried running the book in 3 different envs:

  1. conda w/ env built from this book/tutorial_environment_book.yml
  2. conda w/ env built from this book/.binder/environment.yml (w/ some necessary additions like aiohttp, geoviews-core, xvec, pyarrow.parquet, haven't pushed these updates yet)
  3. pixi w/ env built from pixi.toml

Behavior of different envs

  • Currently, (1) is the only env that runs nbs successfully, this has xr pinned @ 2024.10.0
  • (3) fails/consumes a ton of memory trying to run xr.resample() operations in tutorial 1, nb 5. pixi.toml has xr 2025.1.2
  • I updated (2) to have xr pinned to 2024.10.0 however this still has problems with resample operations, so maybe source of the issues is something else?

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