You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecate the use of write.GSD(..., log=log.Logger) in place of write.GSD(..., logger=log.Logger) for consistency with write.Table.
Motivation and context
Both write.GSD and write.Table accept log.Logger arguments to log simulation data. This argument is named log in the GSD writer and logger in the Table writer. For consistency and since we are providing a Logger, this argument should be named logger.
The text was updated successfully, but these errors were encountered:
Description
Deprecate the use of
write.GSD(..., log=log.Logger)
in place ofwrite.GSD(..., logger=log.Logger)
for consistency withwrite.Table
.Motivation and context
Both
write.GSD
andwrite.Table
acceptlog.Logger
arguments to log simulation data. This argument is namedlog
in theGSD
writer andlogger
in theTable
writer. For consistency and since we are providing aLogger
, this argument should be namedlogger
.The text was updated successfully, but these errors were encountered: