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
In function makemap_ws defrate_per_cat contains the key defor_values , while in the function does not exist see functions bellow:
makemap_ws : defrate_per_cat( fcc_file, defor_values=1, riskmap_file=riskmap_file, time_interval=time_interval[0], tab_file_defrate=tab_file_defrate, blk_rows=blk_rows, verbose=False)
defrate_per_cat(fcc_file, riskmap_file, time_interval, period="calibration", tab_file_defrate="defrate_per_cat.csv", blk_rows=128, verbose=True):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In function makemap_ws defrate_per_cat contains the key defor_values , while in the function does not exist see functions bellow:
makemap_ws :
defrate_per_cat(
fcc_file,
defor_values=1,
riskmap_file=riskmap_file,
time_interval=time_interval[0],
tab_file_defrate=tab_file_defrate,
blk_rows=blk_rows,
verbose=False)
defrate_per_cat(fcc_file, riskmap_file, time_interval,
period="calibration",
tab_file_defrate="defrate_per_cat.csv",
blk_rows=128, verbose=True):
The text was updated successfully, but these errors were encountered: