-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I think the renameDataset.sh file needs some updates. The attached image shows my file structure after running the script.
(1) My project doesn't have a FearGreedIndexUniverse.cs file. I think this line needs to say
mv MyCustomDataUniverse.cs ${vendorNameDatasetNameUniverse}.cs
(2) The {vendorNameDatasetName}Algorithm.cs file uses has Algorithm in the type name
var universe = AddUniverse<MyFearGreedIndexUniverseSelectionAlgorithm>(data =>
{
foreach (MyFearGreedIndexUniverseSelectionAlgorithm datum in data)
(3) The tests directory still has files named MyCustomData...
(4) The directory still has the following files:
- MyCustomDataDownloader.cs
- MyCustomDataProvider.cs
- MyCustomDataUniverse.cs
Also why is there both a MyCustomDataDownload.cs file and a DataProcessing/MyCustomDataDownload.cs file?
We should consider replacing the renameDataset.sh script with just a Python script that generates all the files we need.
Metadata
Metadata
Assignees
Labels
No labels
