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
We should check (and test) the get_data() method of class ImmutableResultSet.
Sometimes data is not merged correctly, I'm not sure why that is the case (it seems to work for LUBW and Eddy Covariance data).
Duplicate column names seem to be a problem (data coming from result set test:)
We should check (and test) the
get_data()
method of classImmutableResultSet
.Sometimes data is not merged correctly, I'm not sure why that is the case (it seems to work for LUBW and Eddy Covariance data).
Duplicate column names seem to be a problem (data coming from result set test:)
This is the
.get_data()
method:metacatalog/metacatalog/util/results.py
Lines 339 to 342 in 5dd8b9b
get_data()
does not always return a dictionary!The method could also get a harmonize parameter with the same functionality as discussed in #160.
The text was updated successfully, but these errors were encountered: