-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I would really appreciate additional directions or a link to the directions to run SPMLJ on my computer.
Do you want me to add adjustments to the code to my pull requests?
The current code dates back to Julia version 1.7 and I am using version 1.10.3.
From:
https://github.com/sylvaticus/SPMLJ/blob/main/lessonsSources/01_-_JULIA1_-_Basic_Julia_programming/0103_-_Predefined_types.jl
Examples
174 findall(x -> myComparitionWith1(x), [2,1,3,1])
408 mydict = Dict([k=>v for (k,v) in zip(k,v)])
Should if I am right be:
174 findall(myComparitionWith1, [2,1,3,1])
408 mydict = Dict( zip(k,v))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels