Skip to content

Commit

Permalink
Update README.md (#91)
Browse files Browse the repository at this point in the history
Missing import for numpy
  • Loading branch information
aavashsubedi authored Mar 17, 2024
1 parent bfdea8f commit 0896ff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ well.

```python
import torch
import numpy as np
from graph_weather import GraphWeatherAssimilator
from graph_weather.models.losses import NormalizedMSELoss

Expand Down

0 comments on commit 0896ff4

Please sign in to comment.