Skip to content

Commit

Permalink
Modifies the name of the isolated function
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgondu committed Jul 12, 2024
1 parent 902ed22 commit f15139d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __call__(self, x: np.ndarray, context=None) -> np.ndarray:

register_isolated_function(
RMFIsolatedLogic,
name="rmf__isolated",
name="rmf_landscape__isolated",
conda_environment_name="poli__rmf",
force=True,
)

0 comments on commit f15139d

Please sign in to comment.