Brian Connelly

Results 12 comments of Brian Connelly

Good news / bad news. We _do_ have an official R package for Speedtest that's done and ready to go. The bad news is that it hasn't cleared legal yet,...

Actually save at 1920x1280/1280x720, or just those proportions?

Strange! I'll try this out in the next few days and get it fixed. Edit: I encountered the same error. See https://stackoverflow.com/questions/9025204/python-argparse-issue-with-optional-arguments-which-are-negative-numbers.

@wengraf Thanks! I’ll look into that. It sounds like a nice addition

Might also be nice to have a function that returns all ResourceType objects within a given bounding box.

Excellent, thanks for adding that! (and CSL support sounds fantastic)

id is no longer used in Python 3. Since these are used in modules, it's not technically a problem, but it may still be bad form.

After a lot of searching, it seems that "type" is the only bad one used (to refer to a cell's strategy). I'm open to suggestions for other names. "Phenotype" seems...

Maybe have a function like register_config_parameters(name=X, type=X, default=X, description=X) to be called by the class. A function like get_config_parameters() would get the parameters from the config file and return a...