Running: python corpus.py -compare
- Comparing
4.6.0
against4.5.3
- Return types matched 99.785% of the time
- Loaded 758 vs Loaded 668
import os | |
import trimesh | |
import numpy as np | |
tol_norm = 1e-4 | |
def test_align(align): | |
""" |
import os | |
import time | |
import trimesh | |
import numpy as np | |
tol_norm = 1e-4 | |
def test_align(align): |
{ | |
"scene": 0, | |
"scenes": [{ "nodes": [0] }], | |
"asset": { | |
"version": "2.0", | |
"generator": "https://github.com/mikedh/trimesh" | |
}, | |
"accessors": [ | |
{ | |
"componentType": 5125, |
import os | |
cwd = os.path.abspath(os.path.expanduser(os.path.dirname(__file__))) | |
def backup(frag): | |
""" | |
Parse a string backwards to find the first value which can | |
be a variable name, parenthisized or bracked expression. |
Running: python corpus.py -compare
4.6.0
against 4.5.3