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
As noted in #484 , rdsamp and wrsamp are not isomorphic. It is reasonable to expect that what gets read into memory should be sufficient and by default re-create the read file when passing that information to a write function.
We should provide a set of isomorphic read and write functions by doing at least one of these:
Making rdsamp and wrsamp isomorphic. Currently they only handle a subset of the parameters in a record object though.
Adding a write function which can use all of the information from rdrecord to re-create a read record.
The text was updated successfully, but these errors were encountered:
As noted in #484 ,
rdsamp
andwrsamp
are not isomorphic. It is reasonable to expect that what gets read into memory should be sufficient and by default re-create the read file when passing that information to a write function.We should provide a set of isomorphic read and write functions by doing at least one of these:
rdsamp
andwrsamp
isomorphic. Currently they only handle a subset of the parameters in a record object though.rdrecord
to re-create a read record.The text was updated successfully, but these errors were encountered: