Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerkin committed Dec 6, 2018
1 parent b58fabd commit 5f05f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sciunit/scores/collections_m2m.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def __init__(self, test, models, scores):
warnings.filterwarnings("ignore",
message=(".*Pandas doesn't allow columns "
"to be created via a new "))
self.tests = tests
self.test = test
self.models = models

def __getitem__(self, item):
Expand Down

0 comments on commit 5f05f60

Please sign in to comment.