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
I am guessing this error is because the input nimble config omits this param, so it cant parse null into int?
thread 'main' panicked at 'Error -- could not parse max_hits_to_report as int64', src/reference_library.rs:53:10
note: run with RUST_BACKTRACE=1 environment variable to display a backtrace
Can either python or rust be made more tolerant to missing params (maybe default values)?
The text was updated successfully, but these errors were encountered:
I am guessing this error is because the input nimble config omits this param, so it cant parse null into int?
thread 'main' panicked at 'Error -- could not parse max_hits_to_report as int64', src/reference_library.rs:53:10
note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceCan either python or rust be made more tolerant to missing params (maybe default values)?
The text was updated successfully, but these errors were encountered: