[Lang] [refactor] dt or dtype for data type? #1181
Labels
discussion
Welcome discussion!
good first issue
A great chance for starters
python
Python engineering related
welcome contribution
Proposal
Currently we use
dt
for data type throughout the system. It may make sense to usedtype
instead for consistency withnumpy
,TensorFlow
andPyTorch
.Also, for simulation people
dt
may sounds like delta T (time step size).I suggest that we deprecate
dt
and usedtype
in future releases.Inputs are welcome.
The text was updated successfully, but these errors were encountered: