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
{{ message }}
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
@adrien-berchet , in the last commit, I try to save the df with extra duplicated rows, with ValidationResultSet, but it does not seem to work. Do you have an idea how to do?
Something is a little weird, the df needs to be modified in place, even if I return the ValidationResultSet.
Also, if I change the df size in place, it crashes dvf, you even have put a raise to prevent bad crash, so I had to trick things here a little.
Ah yeah, remember that the philosophy of DVF is to validate existing data, not creating new data. For example in the cloning step we don't add the clones in the DF, we only add them in the neurondb file. If you want to create new data you could create a column containing a list of the results that were created from the current row for example.
@adrien-berchet , this does not work, as there is a loop over extensions, and we do several times the iterrows over the df_tmp, which does not have the values for previous extensions...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.