This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
q = q?(); | |
q[\autoKr] = {|ugen, prefix=nil, rate=\ar, args=nil, specs=nil| | |
var argumentList = []; | |
var defaultArgs = (); | |
var method; | |
// TODO specs are not working? :/ | |
args = args?(); | |
specs = specs?(); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import sys | |
import pandas as pd | |
# please insert a *recent* "View raw logs" URL of a macOS/linux test run here | |
# as the url is only valid within a timeframe, the URL needs to have been generated recently | |
# | |
# paste the URL into here or pass it as an argument | |
LOG_URL = "" |