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
For now, dict-like methods, keys, values, items, __getitem__, __setitem__ and setdefault
find fields with Dataset.fields method, which don't have manually generated fields, such as size and numberOfFiles.
They should also be accessible with these dict-like methods.
One suggested solution is to add a flag in the DatasetBase.Field class i.e. manual : bool which is set as False by default.
The text was updated successfully, but these errors were encountered:
YooSunYoung
changed the title
manual fields included in dict-like methods.manual fields not accessible by dict-like methods.
Sep 29, 2023
Related to #76
For now, dict-like methods,
keys
,values
,items
,__getitem__
,__setitem__
andsetdefault
find fields with
Dataset.fields
method, which don't havemanual
ly generated fields, such assize
andnumberOfFiles
.They should also be accessible with these dict-like methods.
One suggested solution is to add a flag in the
DatasetBase.Field
class i.e.manual : bool
which is set as False by default.The text was updated successfully, but these errors were encountered: