Leah Wasser
Leah Wasser
The vignette can losely follow the homework assignment but it should be much simpler data. More specifics on the data needed here: https://github.com/earthlab/earth-analytics-lessons/issues/476
https://github.com/earthlab/autograding-notebooks/blob/master/notebooks/ea-homework-for-timeseries-raster.ipynb ``` # Plot the data - place your final data here # BEGIN SOLUTION # Add plot code only for plots 1 and 2 here fig, (ax1, ax2) =...
As it stands, `assert_lines` currently loops through all lines int he plot and checks to see if one of them matches the criteria : for example a 1:1 line. We...
need to update both in the conf file. pr #244 is created to address this.
currently when checking that the data in a plot is correct, we use `[]` rather than . to grab the columns. this works well however if the df has an...
We'd like a simple example of a package built with compiled steps. if we can do this with hatch and plugins that would be ideal! this might related to some...
This topic was brought up to me after my talk and it is important to show people how to set that up. i found setting up trusted workflows to be...
This is a start at the documentation cleanup. NOTE: i do need to go through and remove / update methods / classes etc that we've renamed / updated / removed....
This is a pr to begin discussion (when we are ready) about adding schematics for each inheritance pattern in our API (for key objects). here, ive added the [sphinx inheritance...