Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant .enumerate() calls and fix cargo bench compilation #85

Merged
merged 2 commits into from Mar 30, 2016

Conversation

alexandermorozov
Copy link
Contributor

I've refactured and fixed some trivial things while reading the code.

cargo bench compiles but panics in runtime, I think it should be easy to fix but it looks like benches are deprecated.

@hobofan
Copy link
Member

hobofan commented Mar 29, 2016

@homu r+

@homu
Copy link
Collaborator

homu commented Mar 29, 2016

📌 Commit 4a21001 has been approved by hobofan

homu added a commit that referenced this pull request Mar 29, 2016
Remove redundant .enumerate() calls and fix cargo bench compilation

I've refactured and fixed some trivial things while reading the code.

`cargo bench` compiles but panics in runtime, I think it should be easy to fix but it looks like benches are deprecated.
@homu
Copy link
Collaborator

homu commented Mar 29, 2016

⌛ Testing commit 4a21001 with merge 78a47ea...

@homu
Copy link
Collaborator

homu commented Mar 29, 2016

💥 Test timed out

@MichaelHirn
Copy link
Member

@homu retry

@homu
Copy link
Collaborator

homu commented Mar 29, 2016

⌛ Testing commit 4a21001 with merge 8284eaa...

homu added a commit that referenced this pull request Mar 29, 2016
Remove redundant .enumerate() calls and fix cargo bench compilation

I've refactured and fixed some trivial things while reading the code.

`cargo bench` compiles but panics in runtime, I think it should be easy to fix but it looks like benches are deprecated.
@homu
Copy link
Collaborator

homu commented Mar 30, 2016

💥 Test timed out

@hobofan
Copy link
Member

hobofan commented Mar 30, 2016

@homu retry

homu added a commit that referenced this pull request Mar 30, 2016
Remove redundant .enumerate() calls and fix cargo bench compilation

I've refactured and fixed some trivial things while reading the code.

`cargo bench` compiles but panics in runtime, I think it should be easy to fix but it looks like benches are deprecated.
@homu
Copy link
Collaborator

homu commented Mar 30, 2016

⌛ Testing commit 4a21001 with merge b104868...

Looks like benchmarks are superseded by examples/benchmarks.rs and should
be removed altogether, but while they are here they should at least compile
cleanly. Well, now benches compile but panic on tensor dimension mismatch.
@alexandermorozov
Copy link
Contributor Author

I've rebased this branch on master, hope this will help to alleviate Homu suffering.

@MichaelHirn
Copy link
Member

Thanks @alexandermorozov 👍

Let's see if Homu feels better now

@MichaelHirn
Copy link
Member

@homu r+

@homu
Copy link
Collaborator

homu commented Mar 30, 2016

📌 Commit af19728 has been approved by MichaelHirn

@homu
Copy link
Collaborator

homu commented Mar 30, 2016

⚡ Test exempted - status

@homu homu merged commit af19728 into autumnai:master Mar 30, 2016
homu added a commit that referenced this pull request Mar 30, 2016
Remove redundant .enumerate() calls and fix cargo bench compilation

I've refactured and fixed some trivial things while reading the code.

`cargo bench` compiles but panics in runtime, I think it should be easy to fix but it looks like benches are deprecated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants