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

subsetting.ipynb: update output for new Jupyter env #224

Merged
merged 1 commit into from
Jul 29, 2021

Commits on Jul 28, 2021

  1. subsetting.ipynb: update output for new Jupyter env

    New Jupyter env in Ouranosinc/PAVICS-e2e-workflow-tests#85.
    
    This is still weird as we are already ignoring by default all html
    changes in
    https://github.com/Ouranosinc/PAVICS-e2e-workflow-tests/blob/3172f621afe991c69caa0fa10c7d40f2f09fdd02/conftest.py#L5
    
    Error fixed:
    ```
      _______ pavics-sdi-master/docs/source/notebooks/subsetting.ipynb::Cell 4 _______
      Notebook cell execution failed
      Cell 4: Cell outputs differ
    
      Input:
      res = resp.get()
      print("URL: ", res.output)
      res = resp.get(asobj=True)
      res.output
    
      Traceback:
       mismatch 'text/plain'
    
       assert reference_output == test_output failed:
    
        '<xarray.Data...        2.6.0' == '<xarray.Data...        2.6.0'
        Skipping 1136 identical trailing characters in diff, use -v to show
          <xarray.Dataset>
        - Dimensions:             (time: 12, bnds: 2, lat: 38, lon: 37)
        + Dimensions:             (bnds: 2, lat: 38, lon: 37, time: 12)
          Coordin
    ```
    tlvu committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    7f7d0c1 View commit details
    Browse the repository at this point in the history