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
If there is an error while loading tabtabtab_weights.json, currently the file will be reset to default {} when next used.
tabtabtab_weights.json
{}
This means a temporary file-access glitch or hand-editing typo results in all weights being lost, which is annoying
Instead the weights should only be written if a) loading the file was successful, or b) the file did not exist previously
The text was updated successfully, but these errors were encountered:
Don't write weights file if old file fails to load
f2a49fe
Issue #13
Fix silly error in weight-writing
b4a2919
Fixes #14 Introduced in changes for #13
No branches or pull requests
If there is an error while loading
tabtabtab_weights.json
, currently the file will be reset to default{}
when next used.This means a temporary file-access glitch or hand-editing typo results in all weights being lost, which is annoying
Instead the weights should only be written if a) loading the file was successful, or b) the file did not exist previously
The text was updated successfully, but these errors were encountered: