Skip to content

I am going to send you some more typos #8

@ghmorrison

Description

@ghmorrison

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions