Skip to content

artifact code extraction cannot split within lines. #477

Description

@yifanwu

Your code:

a = 1; b = 2; d= 4; print(a); c = a + b
c_art = lineapy.save(c, "test multiple lines")

Issue: the code for c_art includes the entire line: a = 1; b = 2; d= 4; print(a); c = a + b

It's probably lower priority to slice within a line, but just flagging that this is a known issue.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Language SupportIssue with our coverage of Python and library code constructsbugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions