Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
f41f24f626
[minor] added an option to get warn thresholds for PowBox channels from corresponding parameters, added warn state annotations to html figures
c621b31f6e
[update] use logging module instead of print/verbosity
20b586f96b
[bugfix] warn threshold type check had wrong parentheses
ba4e6cfe50
[bugfix] bin directory + /bin creates "/bin/bin". Also it is not taken care of os compatibility and also compatibility with existing code (line 86ff was useless after recent change in line 85)
3069e7d526
[minor] commented - possibly unnecessary - line of code that created an error when using old metadata Parser
a9aeb7aaa3
[bugfix] set simple phase hint (P or S)
b9adb182ad
[bugfix] could not handle asterisk-marked events when opening tune-autopicker
a823eb2440
[workaround] using explicit Exception definition without a special handling does not make sense. Function broke on other errors in polyfit. Still might need fixes in the two lines above the "except" block(s).