Skip to content

Conversation

@MateusStano
Copy link
Member

Description

Currently, lambda defined Function are not correctly saved when using savetxt. The problem was that a np.array was being passed for the evaluation of the lambda.

The solution was to use Function's get_value_opt to call on the lambdas.

@MateusStano MateusStano requested a review from a team as a code owner October 1, 2024 14:38
Copy link
Member

@Gui-FernandesBR Gui-FernandesBR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests passing?

@MateusStano
Copy link
Member Author

Tests passing?

they are passing locally. The problem on actions is unrelated to the PR

@MateusStano MateusStano merged commit ffcb1ef into develop Oct 1, 2024
3 of 7 checks passed
@MateusStano MateusStano deleted the bug/savetxt-lambda-functions branch October 1, 2024 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Closed

Development

Successfully merging this pull request may close these issues.

3 participants