Skip to content

Commit

Permalink
Magics types
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Oct 7, 2020
1 parent b0418bf commit 360e4e1
Show file tree
Hide file tree
Showing 7 changed files with 506 additions and 504 deletions.
3 changes: 3 additions & 0 deletions climetlab.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"folders": [
{
"path": "."
},
{
"path": "../magics"
}
],
"settings": {
Expand Down
2 changes: 1 addition & 1 deletion climetlab/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

# import logging

__version__ = "0.0.95"
__version__ = "0.0.96"


# if ipython_active:
Expand Down
8 changes: 4 additions & 4 deletions climetlab/plotting/drivers/magics/magics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2289,12 +2289,12 @@ mtable:
- default: -1
name: table_value_variable
type: String
- default: 2.0
- default: 2
name: table_latitude_variable
type: Float
- default: 1.0
type: String
- default: 1
name: table_longitude_variable
type: Float
type: String
- default: -1
name: table_x_component_variable
type: String
Expand Down
Loading

0 comments on commit 360e4e1

Please sign in to comment.