Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvarlia committed Oct 22, 2023
1 parent 9e03be5 commit e4b9c40
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
Common functions used by the scripts: init_test_case.py and sim_field.py
"""
import copy
import yaml

import numpy as np
import xtgeo
import gaussianfft as sim
import yaml

import xtgeo # isort: skip
import gaussianfft as sim # isort: skip


# NOTE: xtgeo MUST be imported BEFORE gaussianfft
Expand Down

0 comments on commit e4b9c40

Please sign in to comment.