Skip to content

Commit 1f91076

Browse files
committed
Removed errant import
1 parent 4dbe915 commit 1f91076

File tree

1 file changed

+1
-1
lines changed
  • examples-proposed/024-aggregated-compute-ensemble

1 file changed

+1
-1
lines changed

examples-proposed/024-aggregated-compute-ensemble/gen_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import numpy as np
2020

2121
from ipsframework.resourceHelper import get_platform_info
22-
from ipsframework.services import add_analysis_data_file
22+
2323

2424
def main(instance: str,
2525
alpha: float, L:float, T_final:float, Nx:int, Nt:int) -> dict[str, Any]:

0 commit comments

Comments
 (0)