We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do
interp.load.ivy("org.scalanlp" %% "breeze" % "2.1.0") import breeze.linalg.* csvread(java.io.File("test"))
I get
-- Error: cmd4.sc:131:2 -------------------------------------------------------- 131 | eig, | ^^^ | named imports cannot follow wildcard imports-- Error: cmd4.sc:132:2 -------------------------------------------------------- 132 | csvwrite, | ^^^^^^^^ | named imports cannot follow wildcard imports-- Error: cmd4.sc:133:2 -------------------------------------------------------- 133 | all, | ^^^ | named imports cannot follow wildcard imports-- Error: cmd4.sc:134:2 -------------------------------------------------------- ...
It works as expected when I change the import to breeze.linalg.csvread.
breeze.linalg.csvread
Almond: 0.13.14 for Scala 3.2.2
0.13.14
3.2.2
The text was updated successfully, but these errors were encountered:
I am unable to reproduce. Using almond 0.14.0-RC7 and Scala 3.3.0.
Sorry, something went wrong.
No branches or pull requests
When I do
I get
It works as expected when I change the import to
breeze.linalg.csvread
.Almond:
0.13.14
for Scala3.2.2
The text was updated successfully, but these errors were encountered: