Skip to content

Commit deb0c57

Browse files
authored
Apply suggestion from @Thijss
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 257360d commit deb0c57

File tree

1 file changed

+1
-1
lines changed
  • src/power_grid_model_ds/_core/model/grids

1 file changed

+1
-1
lines changed

src/power_grid_model_ds/_core/model/grids/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ def get_downstream_nodes(self, node_id: int, inclusive: bool = False):
363363
def cache(self, cache_dir: Path, cache_name: str, compress: bool = True):
364364
"""Cache Grid to a folder using pickle format.
365365
366-
Note: Consider using save_to_json() for better
366+
Note: Consider using serialize() for better
367367
interoperability and standardized format.
368368
369369
Args:

0 commit comments

Comments
 (0)