Skip to content

Commit 50d9cee

Browse files
committed
Update time_series_plots fig test notebook
Update test notebook for `time_series_plots` figure module and confirm that the module works in a production environment based on Python 3.13.
1 parent 07b3a33 commit 50d9cee

File tree

3 files changed

+141
-53
lines changed

3 files changed

+141
-53
lines changed

notebooks/figures/research/TestTimeSeriesPlots.ipynb

+136-52
Large diffs are not rendered by default.

notebooks/figures/research/make_readme.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ def main():
5454
5555
"""
5656
for fn in Path(".").glob("*.ipynb"):
57-
readme += f"* ## [{fn}]({url}/{fn}) \n \n"
57+
readme += f"* ## [{fn}]({url}/{fn})\n\n"
5858
readme += notebook_description(fn)
5959

6060
license = f"""

nowcast/figures/research/time_series_plots.py

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
15+
16+
# SPDX-License-Identifier: Apache-2.0
17+
18+
1519
"""Produce 4 figures that show the time series of surface:
1620
1721
- nitrate and diatom concentrations

0 commit comments

Comments
 (0)