Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
vincelhx committed May 29, 2024
1 parent 85fd264 commit c1f3571
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion docs/examples/gmfs_and_luts.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,22 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"pygments_lexer": "ipython3"
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion src/xsarsea/windspeed/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from .windspeed import invert_from_model
from .models import available_models, get_model, register_all_nc_luts
from .sarwing_luts import register_all_sarwing_luts
from .other_luts import register_cmod7
from .cmod7 import register_cmod7
from .utils import nesz_flattening, get_dsig
from . import gmfs
from . import gmfs_impl
File renamed without changes.

0 comments on commit c1f3571

Please sign in to comment.