ValueError: 'Invalid filename found when building a RAMSESDataset object: %s'
Hello! I'm attempting to load a RAMSES dataset using yt.load and I keep getting this error. I'm using the most recent version and it still isn't working. I've tried ds = RAMSESDataset("/Users/Downloads/ramses-nodisc/info_00056.txt") and ds = RAMSESDataset("output_00056.txt/info_00056.txt") I've also tried changing the directory where the RAMSES dataset is located and still nothing. These are my imports: import yt from yt.config import ytcfg import pyxsim import soxs import h5py import matplotlib.pyplot as plt from astropy.wcs import WCS from astropy.io import fits from matplotlib.colors import LogNorm import pandas as pd import numpy as np from yt.frontends.ramses.api import RAMSESDataset If anyone can help that would be much appreciated!
Hi, Sorry for the long time to follow up -- did you manage to get this addressed? On Mon, Feb 7, 2022 at 3:55 AM <moonpigeona@gmail.com> wrote:
Hello! I'm attempting to load a RAMSES dataset using yt.load and I keep getting this error. I'm using the most recent version and it still isn't working. I've tried ds = RAMSESDataset("/Users/Downloads/ramses-nodisc/info_00056.txt") and ds = RAMSESDataset("output_00056.txt/info_00056.txt")
I've also tried changing the directory where the RAMSES dataset is located and still nothing.
These are my imports: import yt from yt.config import ytcfg import pyxsim import soxs import h5py import matplotlib.pyplot as plt from astropy.wcs import WCS from astropy.io import fits from matplotlib.colors import LogNorm import pandas as pd import numpy as np from yt.frontends.ramses.api import RAMSESDataset
If anyone can help that would be much appreciated! _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org https://mail.python.org/mailman3/lists/yt-users.python.org/ Member address: matthewturk@gmail.com
participants (2)
-
Matthew Turk -
moonpigeona@gmail.com