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!