-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Reported by adb...@gmail.com, Dec 26, 2009
What steps will reproduce the problem?
Run the nested loops example from
http://arshaw.com/scrapemark/docs/examples/
What is the expected output? What do you see instead?
Expected output is:
{'days': [{'number': 1, 'points': [5.6, 24.5]},
{'number': 2, 'points': [1.1, 12.8]},
{'number': 3, 'points': [2.4, 5.67]}]}
Instead, you get:
{'days': [{'points': [5.6], 'number': 1},
{'points': [24.5]},
{'points': [1.1], 'number': 2},
{'points': [12.8]},
{'points': [2.4], 'number': 3},
{'points': [5.67], 'number': 0}]}
What version of the product are you using? On what operating system?
v0.9
Please provide any additional information below.
This is a regression from scrapemark.py r2, which works fine.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels