We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As reported by some users, the validation step can be very slow on large dataframes (for instance sliced FCC lattice).
A good first step would be to make the validation step optional and leave the choice to users.
A new bool argument in the reader and writer functions, and an if statement before calling validate.
bool
if
validate
The text was updated successfully, but these errors were encountered:
fsoubelet
Successfully merging a pull request may close this issue.
Feature Description
As reported by some users, the validation step can be very slow on large dataframes (for instance sliced FCC lattice).
A good first step would be to make the validation step optional and leave the choice to users.
Possible Implementation
A new
bool
argument in the reader and writer functions, and anif
statement before callingvalidate
.The text was updated successfully, but these errors were encountered: