[FEATURE] use data_types in python core #525
Labels
documentation
Improvements or additions to documentation
feature
New feature or request
good first issue
Indicates a good issue for first-time contributors
This will help users provide the correct data types to the power grid model
Context
The data types are now declared in the user-level module, but would also be really useful in the core. In addition, there are a couple other things that are useful both in the core and for users, namely (this is already done):
src/power_grid_model/data_types.py
_utils
intoutils.py
TODO
power_grid_model.core
or otherwise made private to the module by prefixing with_
and thenimport
ed in the public interface and then included in the API reference.imported_members
option enabled); or__all__
should be filled with everything discoverable in the API to enable listing them in the API referencedata_types.py
Relates to #749 and #695
The text was updated successfully, but these errors were encountered: