Skip to content

Commit

Permalink
remove unused comment, write out full name of var
Browse files Browse the repository at this point in the history
Signed-off-by: Laurynas Jagutis <[email protected]>
  • Loading branch information
Laurynas-Jagutis committed Dec 6, 2024
1 parent 53e79c7 commit 40315d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace pgm_io = power_grid_model_io_native;
struct PGM_IO_PgmVnfConverter : public pgm_io::PgmVnfConverter {
using PgmVnfConverter::PgmVnfConverter;
};
//

PGM_IO_PgmVnfConverter* PGM_IO_create_pgm_vnf_converter(PGM_IO_Handle* handle, char const* file_buffer,
PGM_IO_ExperimentalFeatures experimental_features) {
return call_with_catch(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def error_message(self) -> str: # type: ignore[empty-body]
pass # pragma: no cover

@make_c_binding
def create_pgm_vnf_converter(self, data: str, exp_feature: int) -> PgmVnfConverterPtr: # type: ignore[empty-body]
def create_pgm_vnf_converter(self, data: str, experimental_features: int) -> PgmVnfConverterPtr: # type: ignore[empty-body]
pass # pragma: no cover

@make_c_binding
Expand Down

0 comments on commit 40315d0

Please sign in to comment.