Skip to content

Remove time from frames and calculate_self from static

Esmée Berger requested to merge 73-update-interaction-between-cli-and-api into master

Removed all remaining mentions of 'time' from frames. Closes #73 (closed)

Removed calculate_self keyword from static calculations. It makes no sense to have this option there as this simply returns an array of ones. Closes #90 (closed)

Exchanged deprecated from distutils.sysconfig import get_config_var(s) with from sysconfig import get_config_var(s)

Edited by Esmée Berger

Merge request reports