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

[QUESTION] matrix_mult subject #2823

Open
Emahfoodh opened this issue Dec 9, 2024 · 7 comments
Open

[QUESTION] matrix_mult subject #2823

Emahfoodh opened this issue Dec 9, 2024 · 7 comments
Assignees
Labels
🙋 question Questions or other issues 📕 Rust Rust

Comments

@Emahfoodh
Copy link

Emahfoodh commented Dec 9, 2024

matrix_mult

the question says that it will test matrix/src/mult.rs but:

  • this file matrix/src/mult.rs can be empty but it have to exist.
  • the file that will be tested is matrix_mult/src/lib.rs.
@HarryVasanth HarryVasanth changed the title matrix_mult subject [QUESTION] matrix_mult subject Dec 9, 2024
@HarryVasanth HarryVasanth added 🙋 question Questions or other issues 📕 Rust Rust labels Dec 9, 2024
@pedrodesu
Copy link
Contributor

Hello @Emahfoodh!

Could you please elaborate further on the issue? I'm not sure I understood the problem correctly.

@Emahfoodh
Copy link
Author

Emahfoodh commented Dec 23, 2024

for the following question in rust
image
i cant pass the question by submitting in matrix/src/mult.rs like it is written in the question.

what i have to do is to create the file matrix/src/mult.rs and it can be empty, the test is going to run on ( matrix_mult/src/lib.rs )

this is matrix/src/mult.rs in my repo nothing in it
Screenshot From 2024-12-23 17-15-48

everything is in matrix_mult folder but it is written on the question differently

@pedrodesu
Copy link
Contributor

Very well. Just to confirm, you can pass the exercise at the moment by submitting an empty matrix/src/mult.rs file and a matrix/src/lib.rs with all the expected content, correct?

@Emahfoodh
Copy link
Author

Emahfoodh commented Dec 26, 2024

What you said about:
matrix/src/mult.rs is correct
But matrix/src/lib.rs is not it is matrix_mult/src/lib.rs

@pedrodesu
Copy link
Contributor

Ah yes, thank you, I had misunderstood the problem. I might have an idea on what the problem is, will look into it now and get back to you briefly.

Thank you so much for the feedback!

@pedrodesu
Copy link
Contributor

An additional question, can you pass the exercise by submitting only matrix_mult/src/mult.rs? Do you need the empty matrix/src/mult.rs to pass the exercise as of now?

@Emahfoodh
Copy link
Author

Emahfoodh commented Jan 4, 2025

i need the matrix/src/mult.rs and it can have anything or it can be empty, it should only exist.
i didnt try to submit only matrix_mult/src/mult.rs but i think it will only work with lib.rs
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 question Questions or other issues 📕 Rust Rust
Projects
None yet
Development

No branches or pull requests

3 participants