Skip to content

Commit

Permalink
Merge pull request #218 from akhoubani/snek-ipy-load
Browse files Browse the repository at this point in the history
Fluidsim to snek5000 in load
  • Loading branch information
ashwinvis committed Nov 25, 2022
2 parents 9906a08 + a60cf4d commit 7354266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/snek5000/util/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def start_ipython_load_sim():
"""
import numpy as np
import matplotlib.pyplot as plt
from fluidsim import load
from snek5000 import load
print("Loading simulation")
sim = load()
params = sim.params
Expand Down

0 comments on commit 7354266

Please sign in to comment.